AbhishekMaira10 / COVID-19-Tracker

An open-sourced Mobile application to track the COVID-19 cases made using Flutter. Complete application with crisp UI and full API Integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid_19_tracker

An open-sourced Mobile application to track the COVID-19 cases made using Flutter. Complete applicaion with crisp UI and full API Integration.

Branch master GitHub license

Show some love 💜 and Star ⭐️ the Repository to support the project.

Splash Screen Home Page Info Page

What’s In This Document

🚀 Get Up and Running in 5 Minutes

You can get the COVID-19 Tracker App up and running on your local dev environment in 5 minutes with these four steps:

  1. Install the Flutter SDK & Android Studio. Instructions.

  2. Open Terminal & navigate to the root directory of the project.

    cd COVID-19-Tracker
  3. Run and launch the build on preferred device.

    flutter run
  4. Open the source code and start editing!

    Your app is now running on your physical device or emulator. Open the lib directory in Android Studio itself and edit *.dart files. Hot Reload your changes, and the app will update in real time!

At this point, you’ve got the fully functional COVID-19 Tracker App running. For additional information on how you can customize your Flutter Apps, see Google Codelabs and HackerNoon Guide.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

🗳️ Flutter / Dart Packages Used

Package Name Package Version Package URL
url_launcher latest Open on pub.dev
flutter_svg latest Open on pub.dev
http latest Open on pub.dev
pie_chart latest Open on pub.dev
dio latest Open on pub.dev
intl latest Open on pub.dev

API's Used:

Country-wise data Indian state-wise data

Features:

  • Get worldwide COVID-19 cases
  • Coutry-wise data
  • State-wise data for India
  • Realtime search based on country name
  • Data displayed in pie-chart
  • App logo and splash-screen
  • Symptoms, prevention, myth busters
  • User feedback using wiredash.io

🏷️ Versioning

I've used Semantic Versioning 2.0.0 for versioning throughout the project.

❓ Queries / Bugs

If you got any queries or found a bug, open an Issue or ping me over on abhishekmaira1999@gmail.com

About

An open-sourced Mobile application to track the COVID-19 cases made using Flutter. Complete application with crisp UI and full API Integration.

License:MIT License


Languages

Language:Dart 98.7%Language:Kotlin 0.6%Language:Swift 0.6%Language:Objective-C 0.1%