- Flutter
- I used Coinapi for live data about crypto currency prices
- 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 the app.
- How to check the platform the app is being run on to customise the UI for that platform.
- How to use API live data (CoinAPI)
Step 1:
Download or clone this repo by using the link below:
https://github.com/vibalijoshi/CryptoMon.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Step 3:
Open the emulator and just run it like your regular flutter project! See here for more details