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.dartis the class that wraps the GPS package.lib/gaugesare where the different gauge files are located.assets/icon.pngis what's used for the app's icon.
Updating the icon:- Replace
icon.pngin the/assetsfolder with what you're going for. - Run the flutter_launcher_icon generator:
flutter pub run flutter_launcher_icons:main
- Replace

