This is an application that shows information about coffee stores in your zone, built with Flutter.
This project uses:
- Makefile: to have some handy commands like build autogenerated files and so on.
$ make
Install dependencies
flutter pub get
Generate I18n file
make generate_i18n
Launch your prefer iOS simulator or Android emulator
flutter emulators --launch <emulator_id>
Start the app
flutter run
Android | iOS |
---|---|