datttran / trak_app

My first experiment with Flutter and Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trak

A Cryptocurrency price tracker app build with Flutter and Dart.

Getting Started

  1. Install Flutter
  2. Clone the repo
  3. From the terminal: Run flutter pub get OR From Android Studio/IntelliJ: Click Packages get in the action ribbon at the top of pubspec.yaml.
  4. Run flutter run (make sure to have an emulator running).

Recent changes

  • Add pinch zooming to the graph.
  • Add auto format axis label base on data.
  • Add crosshair tool to the graph.
  • Update UI.

Known issues

  • App can't start without internet connection since the data is imported using API everytime the app restart.

Data Provider

Todo

  • Use local currency icons instead the network icons from Nomics.
  • Add "Add card" card to add more cryptocurrency to the watch list.
  • Style the graph to match the soft UI theme.
  • Add convert function.
  • Add user portfolio.
  • Clean the code after finish the app.

About

My first experiment with Flutter and Dart


Languages

Language:Dart 97.6%Language:Objective-C 1.5%Language:Java 0.9%