A CryptoCurrency value tracker application written in Dart for Flutter
You can follow these instructions to build the coolcats app and install it onto your device.
If you are new to Flutter, please first follow the Flutter Setup guide.
cd coolcats_crypto
flutter upgrade
flutter run --release
The flutter run --release
command both builds and installs the coolcats app.
If you are debugging the application on a simulator, run the following to launch the iOS simulator
open -a Simulator
Then run the following to debug with live reloading
flutter run --debug
To run the intergration tests, execute the following
flutter drive --target=test_driver/scroll_perf.dart
This app has been internationalized (just enough to show how it's done). It's an example of how one can do so with the Dart intl package.
The Flutter Internationalization Tutorial covers Flutter app internationalization in general.
See regenerate.md for an explanation
of how the Dart interationalization tools, like
intl_translation:generate_from_arb
, were used to generate
localizations for this app.
Icon was created using: https://pub.dartlang.org/packages/flutter_launcher_icons
flutter pub get
flutter pub pub run flutter_launcher_icons:main