Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexey-nobody/crypto-info

This app collects information from API Poloniex about cryptocurrencies.
https://github.com/alexey-nobody/crypto-info

dart flutter template

Last synced: 2 days ago
JSON representation

This app collects information from API Poloniex about cryptocurrencies.

Awesome Lists containing this project

README

        

# Crypto info


Demo Gif
List currencies
Currency details






## Start

1. Clone the repository.
2. Get dependencies
3. Code generation

```bash
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:
```bash
flutter run -t lib/main.dart
```

**Dev - main_dev.dart**

Run:
```bash
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.