https://github.com/dauntlessdev/coin-ticker
flutter app for checking exchange rates of crypto vs currencies
https://github.com/dauntlessdev/coin-ticker
api dart flutter speedcode
Last synced: 6 months ago
JSON representation
flutter app for checking exchange rates of crypto vs currencies
- Host: GitHub
- URL: https://github.com/dauntlessdev/coin-ticker
- Owner: DauntlessDev
- Created: 2020-06-12T03:54:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T07:08:51.000Z (over 5 years ago)
- Last Synced: 2025-04-02T14:52:06.025Z (9 months ago)
- Topics: api, dart, flutter, speedcode
- Language: Dart
- Homepage:
- Size: 308 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Ticker 🤑
## What is this app?
We’re going to make a crypto currency price checking app. I used Cupertino and Material Widgets in parallel and providing a different user interface depending on the platform.

## What I learned
- How to use the DropdownButton Widget from Material design.
- How to loop through code using Dart for and for-in loops.
- How to use Cupertino Widgets in your app.
- How to check the platform your app is being run on to customise the UI for that platform.
- Revise previous concepts by completing the challenges.