/cryptohub

A cryptocurrency mobile app made using Flutter.

Primary LanguageDart

CryptoHub

Watch the video CryptoHub Chart Horizontal CryptoHub Chart Portrait

Overview

CryptoHub is a cryptocurrency app which shows the stats, exchanges, news, and details of cryptocurrencies around the world. This was actually a website I made before and I decided to create the mobile app for this using Flutter and here it is. The APIs used to fetch the data are Coinranking and Bing News Search.

Features

  • Global Crypto Stats
  • Cryptocurrencies Page
  • Cryptocurrency Details Page
  • News Page
  • Exchanges Page

New Features

Update 1.01

  • Added price growth chart for each cryptocurrency

Upcoming Features

To be decided

Installing

  1. Clone this repository
  2. Install all dependencies using flutter pub get
  3. Configure your .env file and use your own api key as shown in the .env.example

Running

To deploy a development version, simply run your emulator or device, connect it, and then just type flutter run lib/main.dart or using your IDE/text editor's GUI.