{"id":19441249,"url":"https://github.com/arpitaswal/covidtrackerflutterapp","last_synced_at":"2025-02-25T07:41:13.341Z","repository":{"id":163202968,"uuid":"638617825","full_name":"ArpitAswal/CovidTrackerFlutterApp","owner":"ArpitAswal","description":"Covid Tracker is a mobile application designed to provide up-to-date information on the COVID-19 pandemic. The app fetches data from a reliable REST API, displaying comprehensive statistics on COVID-19 cases globally and by individual countries. Users can easily track active cases, total cases, recoveries, deaths, tests conducted, and critical case","archived":false,"fork":false,"pushed_at":"2024-07-18T11:16:54.000Z","size":235,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T21:49:57.171Z","etag":null,"topics":["dart","flutter-app","pie-chart","rest-api","user-interface"],"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/ArpitAswal.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":"2023-05-09T18:26:20.000Z","updated_at":"2024-12-08T17:16:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a97097a-0b69-4ef6-bde7-13b0e002b66d","html_url":"https://github.com/ArpitAswal/CovidTrackerFlutterApp","commit_stats":null,"previous_names":["arpitaswal/covidtrackerflutterapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArpitAswal%2FCovidTrackerFlutterApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArpitAswal%2FCovidTrackerFlutterApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArpitAswal%2FCovidTrackerFlutterApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArpitAswal%2FCovidTrackerFlutterApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArpitAswal","download_url":"https://codeload.github.com/ArpitAswal/CovidTrackerFlutterApp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240624731,"owners_count":19831165,"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":["dart","flutter-app","pie-chart","rest-api","user-interface"],"created_at":"2024-11-10T15:34:51.238Z","updated_at":"2025-02-25T07:41:13.283Z","avatar_url":"https://github.com/ArpitAswal.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"Description:\n\nCovidTracker is a mobile application designed to provide up-to-date information on the COVID-19 pandemic. The app fetches data from a reliable REST API, displaying comprehensive statistics on COVID-19 cases globally and by individual countries. Users can easily track active cases, total cases, recoveries, deaths, tests conducted, and critical cases, with data presented in both numerical and graphical formats.\n\nFeatures:\n\nGlobal COVID-19 Statistics:\nDisplays overall global statistics for COVID-19, including:\nActive cases\nTotal cases\nRecovered cases\nDeath cases\nTests conducted\nCritical cases.\nData is presented both numerically and as a percentage in a pie chart for clear visualization.\n\nCountry-Specific Data:\nUsers can navigate to a detailed screen showing COVID-19 statistics for individual countries.\nA comprehensive list of countries is available for selection.\n\nSearch Functionality:\nUsers can search for a specific country by name using the search option.\nQuickly find and view detailed statistics for the selected country.\n\nDetailed Country Statistics:\nFor each country, the following statistics are displayed:\nTotal cases\nRecovered cases\nDeath cases\nCritical cases\nActive cases\nTests conducted\n\nTechnologies Used:\n\nFlutter: Primary framework for building the mobile application.\n\nDart: Programming language used with Flutter.\n\nREST API: For fetching real-time data on COVID-19 cases.\n\nUsage Flow:\n\nUser opens the CovidTracker app and the splash screen display.\n\n![photo_2023-05-18_14-57-29](https://github.com/ArpitAswal/Covid-19-App_API_Flutter/assets/87036588/a6d22458-8108-4fbf-85df-7d70777066bd)\n\nUser will get this error message if the app is unable to fetch the data from the server or connection error\n\n![photo_2023-05-18_14-58-14](https://github.com/ArpitAswal/Covid-19-App_API_Flutter/assets/87036588/815a381a-e4c4-4fb7-bfb1-66cf5770e43f)\n\nThe main screen displays global COVID-19 statistics, including active, total, recovered, death, tests, and critical cases.\nUsers can view the data numerically and in a pie chart format.\n\n![photo_2023-05-18_14-58-07](https://github.com/ArpitAswal/Covid-19-App_API_Flutter/assets/87036588/2ffdaa2a-1305-43ec-a4a8-01a8bd9face0)\n\nTo see statistics for a specific country, the user navigates to another screen by clicking the Individual Country button.\n\n![photo_2023-05-18_14-58-19](https://github.com/ArpitAswal/Covid-19-App_API_Flutter/assets/87036588/c6f1cb1e-f2cd-4e52-a373-f9d998f98b5b)\n\n![photo_2023-05-18_14-58-32](https://github.com/ArpitAswal/Covid-19-App_API_Flutter/assets/87036588/5c7f0b19-5c50-439c-af31-9a3171fb8473)\n\nOn the country-specific screen, users can search for a country by name and view detailed statistics for the selected country.\n\n![photo_2023-05-18_14-58-38](https://github.com/ArpitAswal/Covid-19-App_API_Flutter/assets/87036588/5b6d67b2-6e2b-4bef-b91e-cc0474e025dc)\n\n![photo_2023-05-18_14-58-43](https://github.com/ArpitAswal/Covid-19-App_API_Flutter/assets/87036588/e606587c-0ceb-48a7-b008-50cf4340face)\n\nDesign Philosophy:\nCovidTracker is designed to provide a clear and concise view of the COVID-19 pandemic, offering users easy access to essential statistics. The app emphasizes usability and accessibility, ensuring users can quickly find and understand the data they need.\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpitaswal%2Fcovidtrackerflutterapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farpitaswal%2Fcovidtrackerflutterapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpitaswal%2Fcovidtrackerflutterapp/lists"}