Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r100-stack/cryptocoins-app-by-marcus-ng
https://github.com/r100-stack/cryptocoins-app-by-marcus-ng
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r100-stack/cryptocoins-app-by-marcus-ng
- Owner: r100-stack
- Created: 2020-08-18T00:23:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T00:26:37.000Z (over 4 years ago)
- Last Synced: 2025-01-01T07:08:18.549Z (26 days ago)
- Language: Dart
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoCoins App
I created this app by following the course by [Marcus Ng](https://marcus-ng.com/).
[Course Link](https://marcus-ng.com/p/flutter-bloc-crypto-app-with-api)
## Skills Covered
* Using the Bloc Pattern for State Management
* Using the http package for downloading data from the CryptoCompare API
* Adding a RefreshIndicator to a ListView
* Detecting the scroll position of the ListView. Using this, we can download more data when the bottom of the page is reached.## Screenshot