Skip to content

A CryptoCurrency value tracker application written in Dart for Flutter

Notifications You must be signed in to change notification settings

fluffycatware/coolcats_crypto

Repository files navigation

CoolCats Crypto Viewer

A good app idea only need cats for it to be a great idea!

Dart Flutter

About

A CryptoCurrency value tracker application written in Dart for Flutter

Building

You can follow these instructions to build the coolcats app and install it onto your device.

Prerequisites

If you are new to Flutter, please first follow the Flutter Setup guide.

Building and installing the stocks demo app

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

Testing

To run the intergration tests, execute the following

flutter drive --target=test_driver/scroll_perf.dart

Interationalization

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

Icon was created using: https://pub.dartlang.org/packages/flutter_launcher_icons

flutter pub get
flutter pub pub run flutter_launcher_icons:main

About

A CryptoCurrency value tracker application written in Dart for Flutter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published