A very simple speedometer app written in Flutter.
- Install Flutter:
brew install flutter
- Install dependencies:
flutter pub get
- Build and run:
flutter run
- The Dart code is in
/lib/
- Start in
main.dart
speedreader.dart
is the class that wraps the GPS package.lib/gauges
are where the different gauge files are located.assets/icon.png
is what's used for the app's icon.
Updating the icon:- Replace
icon.png
in the/assets
folder with what you're going for. - Run the flutter_launcher_icon generator:
flutter pub run flutter_launcher_icons:main
- Replace