Application made in Flutter for controlling a mower robot
Course: Intelligent Mobile Systems
Information: https://ju.se/en/study-at-ju/courses.html?courseCode=TIGK10&semester=20201&revision=1,000
In order to run this application Flutter needs to be installed on your computer.
This can be installed from here: Flutter Installation
Name | installation commands | Website |
---|---|---|
Flutter Stacked | flutter pub add stacked | https://pub.dev/packages/stacked/install |
Get | flutter pub add get | https://pub.dev/packages/get/install |
Get_it | flutter pub add get_it | https://pub.dev/packages/get_it/install |
Flutter Reactive BLE | flutter pub add flutter_reactive_ble | https://pub.dev/packages/flutter_reactive_ble/install |
Flutter Blue | flutter pub add flutter_blue | https://pub.dev/packages/flutter_blue/install |
Animated Stream List | flutter pub add animated_stream_list | https://pub.dev/packages/animated_stream_list/install |
Collection | dart pub add collection | https://pub.dev/packages/collection/install |
Permission Handler | flutter pub add permission_handler | https://pub.dev/packages/permission_handler/install |
System Settings | flutter pub add system_settings | https://pub.dev/packages/system_settings/install |
Google Fonts | flutter pub add google_fonts | https://pub.dev/packages/google_fonts/install |
Synchronized | dart pub add synchronized | https://pub.dev/packages/synchronized/install |
This project is a bluetooth application for controlling a mower-robot
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.