APK Download: https://github.com/Vellutia/covid19_monitor/releases
Personal project with learning purposes.
- flutter_bloc - A predictable state management library that helps implement the BLoC design pattern.
- hydrated_bloc - An extension to the
bloc
state management library which automatically persists and restoresbloc
states, by Felix Angelov. - equatable - Simplify Equality Comparisons.
- get_it - Simple Service Locator for Dart and Flutter projects with some additional goodies highly inspired by Splat.
- fl_chart - 💥 A library to draw fantastic charts in Flutter 💥
- auto_size_text - Flutter widget that automatically resizes text to fit perfectly within its bounds.
- mathdroid/covid-19-api - COVID-19 global data (from JHU CSSE for now) as-a-service.
- rizmaulana/kotlin-mvvm-covid19 - This repository contains simple COVID19 data monitoring with android stack MVVM, Live Data, Koin, RxJava, RxBinding, Offline first with simple caching, etc