Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexey-nobody/crypto-info
- Owner: alexey-nobody
- Created: 2021-09-06T07:00:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T06:28:52.000Z (almost 3 years ago)
- Last Synced: 2024-11-24T18:09:30.359Z (2 months ago)
- Topics: dart, flutter, template
- Language: Dart
- Homepage:
- Size: 5.99 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.