A fully integrated flutter app implementing a GIS for Financial Inclusion.
Clone the repository, and run the flutter run command.
flutter runTo build the fat apk, run
flutter build apk --release
flutter build ipa --releaseRun the .apk/.ipa file on an emulator or an actual device.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.