A flutter app to track Corona Virus outbreak in India. It fetches the data from Covid19India API. The app also helps people to be safe during this unforeseen situation. We are also working to display Global Covid-19 Data in the app.
The code of the app is fully open source and you can also contribute to make this app better and more useful. But before contributing, please discuss with me by opening a new issue or through comments on existing issues.
- Added support for negative numbers in the table for all four values (Confirmed, Active, Recovered & Deaths).
- Fixed Bar Chart where the bars were going out of bounds of the parent widget in case of negative value.
- Initial Version