Skip to content

dialmedu/flutter_crypto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Tracker

A simple crypto tracker Flutter app with cero third party package, that incorparates the Nomics api.

This application collects the historical and current prices (in some fiat currencies) of the most popular cryptocurrencies with graphic display.

Be sure to leave a star 😅.

Features:

  • MVVM architecture: Based on inherited widget for state control in the view models.
  • Render Object: The graph is a LeafRenderObjectWidget.
  • Animations.
  • Dark and light mode.
  • Streams.

Configuration:

  1. Obtain your API Key
  2. Navigate to lib > utils > string_helpers and copy the key where it says 'YOUR_API_KEY_HERE'.
  3. Run the app.

Captures:

SVID_20210525_083408_1.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.8%
  • HTML 2.3%
  • Other 0.9%