Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

Flutter Cryptocurrency App with Riverpod & Freezed + Dio for API REST

Flutter Crypto APP

Complete Flutter Application with Riverpod & Freezed + Dio for API REST.

Features

Stack

Testing

Screenshots

HomeDetailsSettings

Setup project

Download project

git clone https://github.com/salvadordeveloper/flutter-crypto-app

Get flutter dependencies

flutter pub get

You need to create an account at https://cryptowat.ch/ to get a personal API KEY

Rename the env.example file to .env and put there you API KEY

API_KEY={CryptoWatch_KEY}

Run the app

flutter run

If you have any error with generated files try to run this

flutter pub run build_runner build --delete-conflicting-outputs

Testing

Unit Test

flutter test

Integration Test

flutter drive --driver=test_driver/integration_test.dart --target=integration_test/main_test.dart

Resources

Flutter Docs

Riverpod Docs

Cryptowatch Docs

Download Flutter Crypto APP source on GitHub

https://github.com/salvadordeveloper/flutter-crypto-app
Exit mobile version