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 😅.
- 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 API Key
- Navigate to lib > utils > string_helpers and copy the key where it says 'YOUR_API_KEY_HERE'.
- Run the app.