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.
Criar eventos Editar eventos Apagar eventos Inscrever-se em eventos
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
Para mais detalhes, consulte a documentação online do Flutter. https://docs.flutter.dev/
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.
Create events Edit events Delete events Register for events View event details (creator, privacy) Screenshots
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
For more details, see the Flutter online documentation. https://docs.flutter.dev/