Flutter location app for saving different locations including image and address. Sqflite database has been used.
Make sure you have these all installed on your machine:
- Git
- Flutter
- Android Studio
- Virtual Device/Emulator
- Allow Developer Mode on your machine. For windows: Settings -> Privacy and Security -> For Developers -> Developer Mode. Turn it on.
Follow these steps to run the project:
- Clone the directory or download the zipped file of this repository on your machine.
- Rename the project folder to 'favorite_places', or you can change the name later.
- Run the command 'flutter pub get', for installing all the dependencies.
- Run the command 'flutter build', for building apk, appbundle, ios.
- Run the command 'flutter run', to run the application on a connected device, or iOS simulator, or Android Emulator.