{"id":15177599,"url":"https://github.com/shnahmad/covid_tracker","last_synced_at":"2026-03-05T23:36:51.027Z","repository":{"id":254024383,"uuid":"845234653","full_name":"ShnAhmad/Covid_Tracker","owner":"ShnAhmad","description":"A Flutter-based mobile application that provides real-time COVID-19 statistics globally and for individual countries. The app features a splash screen, global and country-specific data, and interactive charts.","archived":false,"fork":false,"pushed_at":"2024-08-22T22:56:32.000Z","size":981,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T21:11:29.202Z","etag":null,"topics":["api","dart","dart-library","flutter","flutter-apps","flutter-ui","flutter-widget","json"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShnAhmad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-20T21:16:19.000Z","updated_at":"2024-08-24T01:10:07.000Z","dependencies_parsed_at":"2024-08-21T00:18:19.496Z","dependency_job_id":"bc7777e3-6811-4e7b-9850-332439c0911f","html_url":"https://github.com/ShnAhmad/Covid_Tracker","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.2727272727272727,"last_synced_commit":"fbc64bbf2dc93b5de25722aa079c6f9e7872ba0b"},"previous_names":["shnahmad/covid_tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShnAhmad%2FCovid_Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShnAhmad%2FCovid_Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShnAhmad%2FCovid_Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShnAhmad%2FCovid_Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShnAhmad","download_url":"https://codeload.github.com/ShnAhmad/Covid_Tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238366704,"owners_count":19460170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","dart","dart-library","flutter","flutter-apps","flutter-ui","flutter-widget","json"],"created_at":"2024-09-27T14:40:53.078Z","updated_at":"2025-10-26T16:30:44.334Z","avatar_url":"https://github.com/ShnAhmad.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Flutter COVID-19 Tracker App\n\n\nA Flutter application that provides up-to-date COVID-19 statistics globally and for individual countries. This app displays a splash screen, world statistics, country-specific data, and allows users to search and view detailed COVID-19 information for each country.\n\n\n## Features\n\n- World Statistics: Global COVID-19 data presented with a pie chart and detailed statistics.\n- Country List: Searchable list of countries with COVID-19 data.\n- Country Details: Detailed COVID-19 statistics for each selected country.\n\n\n## Technical Highlights\n- Built with Flutter for cross-platform compatibility\n- Utilizes StatefulWidget for dynamic content management\n- Implements custom animations for a polished user experience\n- Uses Flutter's built-in theming for consistent styling\n## Screenshots\n\n- Splash screen\n  \n![c4](https://github.com/user-attachments/assets/f45ddd0e-e586-4736-bf72-7766718a43ca)\n\n- States screen\n\n![c1](https://github.com/user-attachments/assets/c82e79ae-c1fa-4052-b629-0f6f2c8c69a0)\n\n- Countries list screen\n\n![c2](https://github.com/user-attachments/assets/af89992d-05e2-400b-ac91-0ba51bf8bfa3)\n\n- Details screen\n\n![c3](https://github.com/user-attachments/assets/fb17f94f-eca5-4be4-939a-3ae02870bd05)\n\n\n\n\n## Tech Stack\n\n\n**Client:** Flutter, dart\n\n\n## Usage\n- Splash Screen: The app will start with a splash screen showing a rotating virus image.\n-  World Statistics: After the splash screen, you’ll be taken to the world statistics screen showing global COVID-19 data.\n- Country List: Navigate to the country list screen to search and view COVID-19 statistics by country.\n- Country Details: Tap on a country in the list to see detailed COVID-19 statistics.\n\n  ## API Reference\n\n#### World Statistics:\n\n```http\n  https://disease.sh/v3/covid-19/all\n```\n\n#### Countries List:\n\n```http\n  https://disease.sh/v3/covid-19/countries\n```\n\n## Installation\n\n- Clone the repository:\n\n```bash\n  git clone https://github.com/ShnAhmad/Covid_Tracker\n```\n- Navigate to the project directory:\n\n```bash\n  cd Covid_Tracker\n``` \n- Install dependencies:\n\n```bash\nflutter pub get\n``` \n- Run the app:\n\n```bash\nflutter run\n``` \n## Contributing\nWe welcome contributions to improve Quiz App! Here's how you can contribute:\n\n- Fork the repository.\n\n- Create a new branch:\n\n```bash\ngit checkout -b feature/your-feature-name\n```\n- Make your changes.\n\n- Commit your changes:\n```bash\ngit commit -m 'Add some feature'\n```\n- Push to the branch:\n```bash\ngit push origin feature/your-feature-name\n```\n- Create a Pull Request.\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n## Support\n\nIf you have any questions, eel free to reach out to me at shanahmad.dev@gmail.com.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshnahmad%2Fcovid_tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshnahmad%2Fcovid_tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshnahmad%2Fcovid_tracker/lists"}