A simple flutter crypto application that parses data from the api site https://min-api.cryptocompare.com/documentation. Can log errors and events, can work without network using local database Hive.
- Uses bloc as state management
- Uses dio for work with http
- Uses get_it for dependency injection
- Uses equatable for value/states equality
- Uses talker_flutter for logging application
- Uses firebase_core for work with firebase
- Uses json_annotation for JSON serialization and deserialization.
- Uses hive_flutter for work with hive local database
- Uses auto_route for work with auto routes
-
Clone the repo
git@github.com:MorgueMorg/Flutter-Crypto-Coins.git
or
https://github.com/MorgueMorg/Flutter-Crypto-Coins.git
-
Install all the packages by typing
flutter pub get
-
Run the App
flutter run
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.