toniton / crypto-info

This app collects information from API Poloniex about cryptocurrencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto info

Demo Gif List currencies Currency details

Start

  1. Clone the repository.
  2. Get dependencies
  3. Code generation
flutter pub get
flutter pub run build_runner build

Launching an application

We have two environments: dev and production. Then the file structure should be as follows:

Production - main.dart

Run:

flutter run -t lib/main.dart  

Dev - main_dev.dart

Run:

flutter run -t lib/main_dev.dart  

Important: Each file must include configuration specific to the environment. It is allowed to declare it only in these files.

About

This app collects information from API Poloniex about cryptocurrencies.


Languages

Language:Dart 97.6%Language:Ruby 1.7%Language:Swift 0.5%Language:Kotlin 0.2%Language:Objective-C 0.0%