Bitefinder mobile application for users
Install Flutter as described here
This guide details the installation of Flutter SDK and Android SDK.
To save time once setup you can run the app from a web-server inside of VS-Code.
- Install browser extension "Dart Debug Extension".
- Install VS-code extensions for Flutter and Dart.
- In VS-code select "No Device" in the bottom corner. You can now select devices for debugging. Select Web-server.
- Run Debugging (F5).
- Navigate to browser page and press Dart debug extension. The app will load.
Alternatively the app can be loaded inside of Android emulation or onto an android device.