A simple mapping application that uses words to instead of latitude and longitudes.
Original: https://where39.com / source
You can follow these instructions to build the app and install it onto your device.
If you are new to Flutter, please first follow the Flutter Setup guide.
cd repository_root/example
flutter pub get
flutter run --release
The flutter run --release
command both builds and installs the app.
File any issues to the github issue tracker
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Android launcher icons were generated using Android Asset Studio: https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html
See LICENSE file (GNU General Public License v3.0)