/flute

Primary LanguageDart

Cryptocurrency App

This is flutter app to know the current rate of Bitcoin, Dogecoin, Etherium like cryptocurrencies in varies standard currencies.

Goal

To learn about using Cupertino and Material Widgets in parallel and providing a different user interface depending on the platform.

What I have developed in this app

This is crypto currency price checking app. I have used https://docs.coinapi.io/#get-specific-rate apis for getting current values of crypto currency.

Landing Screen

What I learnt from this app

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