A simple app to manage your contacts.
- Contacts CRUD
- Preview your contacts on map
To run this project, you will need to add the following environment variables to your .env file
GOOGLE_API_KEY
Clone the project
git clone https://bianca-bezerra/RubiContactAppGo to the project directory
cd RubiContactAppInstall dependencies
flutter pub getRun the app
flutter run