Bikeminer-App
This a is written in Dart
Setup and run
-
Open this app with an IDE that supports flutter. (e.g. AndroidStudio, VSCode)
-
If there appears a bar "get dependency" (flutter pub get), then press/execute
- No "get dependency" is shown?
- Open up a terminal in this project
- Execute "Flutter pub get"
- No "get dependency" is shown?
-
Connect Android Smartphone with Computer or create/add a virtual Device per AndroidStudio's Device Manager
Attention: Device must support Google Play Services Older Devices may need to perform a Google Services Update first
-
Open lib/main.dart
-
Click on "Run"-Button to execute the main.dart
Testing
- Paste in the commandline:
flutter test/backend/api_connector_test.dart
- or open the testfile and start it with the IDE.
Getting Started
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.