klisiewicz / crypto-currency

A Flutter application showing crypto currency rates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Flutter application showing crypto currency rates.


Languages

Language:Dart 98.6%Language:Swift 1.0%Language:Kotlin 0.3%Language:Objective-C 0.1%