Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 799 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 799 Bytes

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!

Finished App

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.