Corona App
Real-time COVID-19 Tracker App Using Flutter & REST API
Corona App – COVID-19 Tracker
Corona App is a mobile application built using Flutter that provides real-time COVID-19 statistics across the globe and per country. It utilizes REST APIs to fetch live data, visualizes it in charts and cards, and offers a user-friendly dashboard.
This project was designed to help users stay informed about the latest developments during the COVID-19 pandemic with accurate and up-to-date data.
🔍 Features
- 🌐 Global & Country-wise COVID-19 tracking
- 📊 Real-time statistics (confirmed, active, recovered, deaths)
- 📈 Pie chart & card-based visualizations
- 🌙 Dark and Light UI themes
- 🔁 Pull-to-refresh and API updates
- 💡 Flutter UI design and responsive layout
🧩 Tech Stack
- Frontend: Flutter (Dart)
- Backend/API: Public REST COVID-19 APIs (e.g., https://disease.sh)
- State Management:
setState()
(basic), with scope for provider integration - Chart Visualization: Pie chart using
fl_chart
package
📸 Screenshots



Dashboard showing global stats, country-specific breakdown, and pie chart data visualization.
🚀 How to Run
- Clone the repository: ```bash git clone https://github.com/mdakilraihaniftee/Corona-App.git