https://github.com/leaf76/bitcoin-ticker-flutter
bitcoin ticker practice app
https://github.com/leaf76/bitcoin-ticker-flutter
Last synced: 8 months ago
JSON representation
bitcoin ticker practice app
- Host: GitHub
- URL: https://github.com/leaf76/bitcoin-ticker-flutter
- Owner: leaf76
- Created: 2020-04-02T16:08:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T16:08:45.000Z (about 6 years ago)
- Last Synced: 2025-09-23T10:35:09.630Z (8 months ago)
- Language: Dart
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Ticker 🤑
Practice app challenge on Udemy
* Skills
* Flutter
* Dart
## Goal
The objective of this tutorial is to learn about using Cupertino and Material Widgets in parallel and providing a different user interface depending on the platform.
## What you will create
We’re going to make a crypto currency price checking app. By the end of the module, you'll be able to monitor your bitcoin investents on the move!
## What you will learn
- 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.