Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 608 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 608 Bytes

Crypto Display

Build Status

A minimal flutter app to showcase cryptocurrencies using [previously free] CoinmarketCap API.

Features

  • Fetch crypto prices from the api and render as a list
  • Basic detail rending of the coins on a separate Router
  • Search feature among the coin names and symbols, etc
  • Android Snackbar for displaying network errors
  • Basic Flutter widget testing

Flutter Setup

To install Flutter, follow the steps here.