Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.38 KB

Features

Crypto Currency rates

This application allows to view crypto currency rates from Coin Market Cap.

Getting started

  1. Get an API key at Coin Market Cap.

  2. At the top-level directory of the project create a .env file with the following content:

api_key=Your API key
  1. Install packages by running:
flutter pub get

Screenshots

Crypto currency list Crypto currency details

Built with

  • Flutter - Flutter makes it easy and fast to build beautiful mobile apps.
  • Riverpod - A simple way to access state from anywhere in your application while robust and testable.
  • Json Serializable - Generates utilities to aid in serializing to/from JSON.
  • Flutter Dotenv - Easily configure any flutter application with global variables using a .env file.
  • Flutter Native Splash - Customize Flutter's default white native splash screen with background color and splash image.

Authors