it's a crypto currency price monitoring app
- Flutter
- Dart
- APIs
- http
- cupertino_icons
- monitor crypto currencies price from BitcoinAverage api
- get bitcoins price in different currencies
- VS code
- Android Studio
- Get the apk of the app from Drive
- clone the repository and run the app on any plugged ios or android Emulator or physical device.
- How to check the platform your app is being run on to customise the UI for that platform.
- How to use Cupertino Widgets in your app.
- How to use the DropdownButton Widget from Material design.
- How to loop through code using Dart for and for-in loops.
The objective of this tutorial is to learn about using Cupertino and Material Widgets in parallel and providing a different user interface depending on the platform.
This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at www.appbrewery.co