An open API service indexing awesome lists of open source software.

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

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.

![Finished App](https://github.com/londonappbrewery/Images/blob/master/bitcoin-flutter-demo.gif)

## 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.