A Piauian app focused on neighborhood security 🌵
This was developed to a Software Engineering project, you can check the main repository or the backend.
- Alerts CRUD
- Map preview of alerts
- Notifications
Tela Principal | Tela de Listagem | Tela de Alerta |
---|---|---|
![]() |
![]() |
![]() |
To run this project, you will need to add the following environment variables to your .env file
BASE_URL
- The URL where you're current running the backend server;
GOOGLE_API_KEY
- An API key of Google Maps, with the Maps SDK, Places API and Geocoding API activated. Get one at Google Cloud Console.
Install Flutter SDK: Installation Guide
Clone the project
git clone https://github.com/msruan/eivizinho-app
Go to the project directory
cd eivizinho-app
Install dependencies
flutter pub get
Run the app
flutter run