https://github.com/haardikdharma10/bitcoin-ticker
Crypto Currency Price Checking App to monitor investments on the move.
https://github.com/haardikdharma10/bitcoin-ticker
Last synced: about 1 month ago
JSON representation
Crypto Currency Price Checking App to monitor investments on the move.
- Host: GitHub
- URL: https://github.com/haardikdharma10/bitcoin-ticker
- Owner: haardikdharma10
- Created: 2020-08-02T20:00:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T18:17:21.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T19:37:14.136Z (4 months ago)
- Language: Dart
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin-Ticker 🤑
## Goal
The objective of this project is to learn about using Cupertino and Material Widgets in parallel and providing a different user interface depending on the platform.
## Abstract
We’re going to make a crypto currency price checking app. By the end of the module, we'll be able to monitor bitcoin investments on the move!

## What I learned from this project:
- 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.
- Revised previous concepts by completing the challenges.>This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at [www.appbrewery.co](https://www.appbrewery.co/)