Skip to content

MorgueMorg/Flutter-Crypto-Coins

Repository files navigation

Flutter Crypto Currency List

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.

Preview

screen1 screen2 screen3

Features

  1. Uses bloc as state management
  2. Uses dio for work with http
  3. Uses get_it for dependency injection
  4. Uses equatable for value/states equality
  5. Uses talker_flutter for logging application
  6. Uses firebase_core for work with firebase
  7. Uses json_annotation for JSON serialization and deserialization.
  8. Uses hive_flutter for work with hive local database
  9. Uses auto_route for work with auto routes

How to run

  1. Clone the repo

    [email protected]:MorgueMorg/Flutter-Crypto-Coins.git

    or

    https://github.com/MorgueMorg/Flutter-Crypto-Coins.git
  2. Install all the packages by typing

    flutter pub get
  3. Run the App

    flutter run

Info

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.

About

A simple flutter crypto application that parses data from the api site https://min-api.cryptocompare.com/documentation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published