Skip to content

Latest commit

 

History

History
86 lines (56 loc) · 2.21 KB

README.md

File metadata and controls

86 lines (56 loc) · 2.21 KB

WIP

Projeto Final 12º Ano - Aplicação de Eventos

Descrição

Este é o projeto final do curso profissional de informática, desenvolvido em Flutter e Firebase. É uma aplicação móvel que permite criar, editar, apagar e inscrever-se em eventos, além de visualizar quem criou os eventos e se são privados ou públicos. A aplicação está funcionando 100% no Android, com alguns erros na versão web, e não foi possível testar para a versão iOS.

Funcionalidades

Criar eventos Editar eventos Apagar eventos Inscrever-se em eventos

Como Configurar e Exportar

Requisitos Flutter instalado (instalação) Firebase configurado no projeto (configuração) Passos Clone o repositório:

git clone https://github.com/virabifes/Wip.git

cd Wip

Instale as dependências:

flutter pub get

Configure o Firebase:

Adicione o arquivo google-services.json para Android em android/app.

Adicione o arquivo GoogleService-Info.plist para iOS em ios/Runner.

Execute o aplicativo:

flutter run

Documentação

Para mais detalhes, consulte a documentação online do Flutter. https://docs.flutter.dev/

WIP

Final Project 12th Grade - Events Application

Description This is the final project for the professional computer science course, developed in Flutter and Firebase. It is a mobile application that allows users to create, edit, delete, and register for events, as well as view who created the events and whether they are private or public. The application is working 100% on Android, with some errors on the web version, and it was not possible to test for the iOS version.

Features

Create events Edit events Delete events Register for events View event details (creator, privacy) Screenshots

How to Configure and Export

Requirements Flutter installed (installation) Firebase configured in the project (configuration) Steps Clone the repository:

git clone https://github.com/virabifes/Wip.git

cd Wip

Install dependencies:

flutter pub get

Configure Firebase:

Add the google-services.json file for Android in android/app.

Add the GoogleService-Info.plist file for iOS in ios/Runner.

Run the application:

flutter run

Documentation

For more details, see the Flutter online documentation. https://docs.flutter.dev/