项目作者: AlaaEdAouimeur

项目描述 :
Crypto Currencies Tracker Using Flutter With Minimal Design
高级语言: Dart
项目地址: git://github.com/AlaaEdAouimeur/Flutter-CryptoTicker.git
创建时间: 2019-07-08T16:03:15Z
项目社区:https://github.com/AlaaEdAouimeur/Flutter-CryptoTicker

开源协议:

下载


Coin Ticker 🤑 forthebadge made with Flutter

An App That Fetches Crypto Prices From This API

Screenhoots






My Goal

My objective of this App is to learn about using Cupertino and Material Widgets in parallel and providing a different user interface depending on the platform.

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.