Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.37 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.37 KB

Where 39

A simple mapping application that uses words to instead of latitude and longitudes.

Original: https://where39.com / source

Building

You can follow these instructions to build the app and install it onto your device.

Prerequisites

If you are new to Flutter, please first follow the Flutter Setup guide.

Building and installing the Flutter app

  • cd repository_root/example
  • flutter pub get
  • flutter run --release

The flutter run --release command both builds and installs the app.

Issues

File any issues to the github issue tracker

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Screenshots

Unshuffled seed Shuffled seed Shuffling Word entry

Icon

Android launcher icons were generated using Android Asset Studio: https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html

License

See LICENSE file (GNU General Public License v3.0)