https://github.com/usmanck-flutter-developer/covid-19-tracker
I have created a Covid-19 Tracker project using Flutter and Dart, integrating the Free Covid-19 Tracker RESTful API to provide real-time global and country-wise Covid-19 updates. The app features a user-friendly interface with dynamic data visualization for tracking cases, recoveries, and deaths. 🚀
https://github.com/usmanck-flutter-developer/covid-19-tracker
android-app dart flutter-apps ios mobile-app restful-api ux-ui
Last synced: about 1 year ago
JSON representation
I have created a Covid-19 Tracker project using Flutter and Dart, integrating the Free Covid-19 Tracker RESTful API to provide real-time global and country-wise Covid-19 updates. The app features a user-friendly interface with dynamic data visualization for tracking cases, recoveries, and deaths. 🚀
- Host: GitHub
- URL: https://github.com/usmanck-flutter-developer/covid-19-tracker
- Owner: usmanck-flutter-developer
- Created: 2025-02-23T19:32:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T20:08:00.000Z (over 1 year ago)
- Last Synced: 2025-03-03T02:16:44.999Z (about 1 year ago)
- Topics: android-app, dart, flutter-apps, ios, mobile-app, restful-api, ux-ui
- Language: C
- Homepage:
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid-19 Tracker App
A new Flutter project.
A **Flutter** project that tracks real-time **Covid-19 Statistics** using a free API. This app provides up-to-date global and country-specific data, helping users stay informed about the pandemic.
## 📌 Project Highlights
✅ **Live Covid-19 Stats** – Fetch real-time data from a reliable API 🌍
✅ **Global & Country-wise Data** – View statistics for any country 📊
✅ **Interactive UI** – Clean and user-friendly interface for better experience 🎨
✅ **Search Functionality** – Quickly find Covid-19 stats by country 🔍
✅ **Graphical Representation** – Visualize data with charts 📈
✅ **Error Handling & API Management** – Ensure smooth and stable app performance 🚀
## 📖 Learning Outcomes
By working on this project, you'll:
- Learn **how to integrate RESTful APIs** in Flutter.
- Fetch and display **live Covid-19 statistics** from an API.
- Implement **search functionality** to filter country-specific data.
- Use **charts and graphs** to present data visually.
- Handle **API responses, errors, and network issues** efficiently.
## 🛠️ Tech Stack
- **Flutter** (Dart) – Cross-platform app development 📱
- **HTTP Package** – Fetch data from Covid-19 API 🌐
- **Provider (optional)** – Manage state for API data 🔄
- **Charts Package** – Display Covid-19 stats in graphical format 📊
## 🎯 Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
Clone the repository and run the project in **VS Code or Android Studio**:
```bash
git clone https://github.com/YOUR_GITHUB_USERNAME/Covid-19-Tracker.git
cd Covid-19-Tracker
flutter pub get
flutter run