Force ci to run.
Simple app to demonstrate using MobX for state management of Flutter
The application requires the Flutter SDK (preferrably version 1.5 and above), Dart SDK (version 2.0+), and the Android SDK.
- Run the command
git clone https://github.com/thedejifab/reviewapp.git. - Open project in Android Studio or VS code.
- Navigate to project folder from the terminal and run
flutter packages getcommand to download project dependencies. - Save and run the
flutter runcommand in the project directory with a mobile device or emulator connected.