https://github.com/d-coder135/bitcoin-ticker-app
An application to show the current price of famous cypto-currencies in different currencies. The application is build using Flutter and Dart Language.
https://github.com/d-coder135/bitcoin-ticker-app
Last synced: 9 months ago
JSON representation
An application to show the current price of famous cypto-currencies in different currencies. The application is build using Flutter and Dart Language.
- Host: GitHub
- URL: https://github.com/d-coder135/bitcoin-ticker-app
- Owner: D-Coder135
- Created: 2021-05-18T08:37:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T13:45:25.000Z (about 5 years ago)
- Last Synced: 2025-06-01T21:47:39.045Z (12 months ago)
- Language: Dart
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Ticker 🤑
## My Goal
The objective of this project is to learn about Cupertino and Material Widgets in parallel and providing a different user interface depending on the platform i.e. Android or iOS.
## What I will create
I am going to make a crypto currency price checking app which will be able to monitor your bitcoin investents on the move!

## What I have 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.