Crypto tracker Flutter app with zero packages consuming the CoinGecko 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 😅.
SVID_20210525_083408_1.mp4
- 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.
- Obtain your CoinGecko Free Api Key,
- Navigate to
lib/data/crypto_data_service/crypto_data_api_contracts.dart
and copy the key where it says'YOUR_API_KEY_HERE'
. - Run the app.