This application allows to view crypto currency rates from Coin Market Cap.
-
Get an API key at Coin Market Cap.
-
At the top-level directory of the project create a
.env
file with the following content:
api_key=Your API key
- Install packages by running:
flutter pub get
- 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.