• Stars
    star
    134
  • Rank 261,792 (Top 6 %)
  • Language
    Dart
  • License
    MIT License
  • Created almost 5 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Cryptocurrency app made with Flutter

Cryptoholic

A Cryptocurrency app made with Flutter using Provider and BLoC pattern.

UI is heavily inspired by this design.

You can aquire the current app version (apk) here.

PS: The apk provided above is for testing purposes only.

Show some ❀️ and ⭐ the repo to support the project

How to Run

  • Aquire your free API Key from the CryptoCompare Website.

  • Navigate to the project's root directory and create a new file called privateData.json and add the following text to file:

{
  "apiKey": "<insert your API Key here>"
}
  • Run the command flutter run using the terminal in the project's directory.

Current Features

[βœ“] Display top Cryptocurrencies

[βœ“] Real-time data

[βœ“] Search for Cryptocurrencies

[βœ“] Refresh on demand (pull to refresh)

[βœ“] Daily performance charts

[βœ“] Hourly performance charts

[βœ“] Openning, high and low prices

[βœ“] Fancy UI

TODO List

  • Implement error handling (Priority)

  • Add monthly and yearly charts

  • Add personal account tab

  • Add personal wallet and balance

Screenshots