Flutter based sample e-commerce application about coffee ordering. Main goal of which is to gain more expertise in mobile cross-platform app development.
- Go to Flutter [original installation guide here] (https://flutter.dev/docs/get-started/install)
- Choose your OS and follow the installation guide
- Run
flutter doctor
and make sure you've installed all missing components - Set up an editor you like. Android Studio is prefarable choice.
- Run
open -a simulator
to launch iOS Simulator - Run
flutter devices
to find out that Flutter detected iOS Simulator - Run
flutter run -d [device-id]
to run the app on the iOS Simulator
- Run
rm -rf ios/Flutter/App.framework
- Run
flutter run
to rebuild and launch application on the iOS Simulator
- Android 4.1+
- iOS 8+
Design sketches can be found here.
We are following to the official Dart code style guide.
Topic that is to be discussed yet. Could be chosen from the official documentation recomendations.