A Cryptocurrency price tracker app build with Flutter and Dart.
- Install Flutter
- Clone the repo
- 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. - Run
flutter run
(make sure to have an emulator running).
- Add pinch zooming to the graph.
- Add auto format axis label base on data.
- Add crosshair tool to the graph.
- Update UI.
- App can't start without internet connection since the data is imported using API everytime the app restart.
- Martket data is coming from Nomics API
- 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.