{"id":23642306,"url":"https://github.com/hooshyar/corona-virus-flutter","last_synced_at":"2025-10-15T15:55:07.983Z","repository":{"id":147348504,"uuid":"252247993","full_name":"hooshyar/Corona-Virus-Flutter","owner":"hooshyar","description":"Corona Virus Spread Statistics and Map","archived":false,"fork":false,"pushed_at":"2020-04-01T18:54:24.000Z","size":80,"stargazers_count":18,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-31T18:41:40.396Z","etag":null,"topics":["coronavirus-info","coronavirus-real-time","coronavirus-tracking","flutter","google-maps-api"],"latest_commit_sha":null,"homepage":null,"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/hooshyar.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-01T17:53:31.000Z","updated_at":"2023-10-02T05:19:42.000Z","dependencies_parsed_at":"2023-07-02T16:30:39.474Z","dependency_job_id":null,"html_url":"https://github.com/hooshyar/Corona-Virus-Flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hooshyar/Corona-Virus-Flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooshyar%2FCorona-Virus-Flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooshyar%2FCorona-Virus-Flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooshyar%2FCorona-Virus-Flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooshyar%2FCorona-Virus-Flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hooshyar","download_url":"https://codeload.github.com/hooshyar/Corona-Virus-Flutter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooshyar%2FCorona-Virus-Flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279090268,"owners_count":26101169,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["coronavirus-info","coronavirus-real-time","coronavirus-tracking","flutter","google-maps-api"],"created_at":"2024-12-28T10:49:17.088Z","updated_at":"2025-10-15T15:55:07.977Z","avatar_url":"https://github.com/hooshyar.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Corona Virus Map in Flutter\n\nCorona Virus statistics and spread map using flutter\n\n\u003cp\u003e\n\u003cimg src=\"https://www.datacode.app/wp-content/uploads/2020/04/sc1.gif\" alt=\"gif 1\" title=\"Corona Map Flutter\" /\u003e\n\u003cimg src=\"https://www.datacode.app/wp-content/uploads/2020/04/sc2.gif\" alt=\"image 2\" title=\"Corona Map Flutter\" /\u003e\n\u003c/p\u003e\n\n\n## Getting Started with Flutter\n\nA few resources to get you started if this is your first Flutter project:\n\n- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)\n- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)\n\nFor help getting started with Flutter, view our\n[online documentation](https://flutter.dev/docs), which offers tutorials,\nsamples, guidance on mobile development, and a full API reference.\n\n## Getting started with This project\nClone repository\n\u003ccode\u003egit clone https://github.com/hooshyar/Corona-Virus-Flutter.git \u003c/code\u003e\n\nand open \u003ccode\u003epubspec.yaml\u003c/code\u003e\n\nrun \n\u003ccode\u003eflutter packages get\u003c/code\u003e\n\n* Get an API key at \u003chttps://cloud.google.com/maps-platform/\u003e.\n\n* Enable Google Map SDK for each platform.\n  * Go to [Google Developers Console](https://console.cloud.google.com/).\n  * Choose the project that you want to enable Google Maps on.\n  * Select the navigation menu and then select \"Google Maps\".\n  * Select \"APIs\" under the Google Maps menu.\n  * To enable Google Maps for Android, select \"Maps SDK for Android\" in the \"Additional APIs\" section, then select \"ENABLE\".\n  * To enable Google Maps for iOS, select \"Maps SDK for iOS\" in the \"Additional APIs\" section, then select \"ENABLE\".\n  * Make sure the APIs you enabled are under the \"Enabled APIs\" section.\n\n* You can also find detailed steps to get start with Google Maps Platform [here](https://developers.google.com/maps/gmp-get-started).\n\n### Android\n\nSpecify your API key in the application manifest `android/app/src/main/AndroidManifest.xml`:\n\n```xml\n\u003cmanifest ...\n  \u003capplication ...\n    \u003cmeta-data android:name=\"com.google.android.geo.API_KEY\"\n               android:value=\"YOUR KEY HERE\"/\u003e\n```\n\n### iOS\nIn your swift code, specify your API key in the application delegate `ios/Runner/AppDelegate.swift`:\n\n```swift\nimport UIKit\nimport Flutter\nimport GoogleMaps\n\n@UIApplicationMain\n@objc class AppDelegate: FlutterAppDelegate {\n  override func application(\n    _ application: UIApplication,\n    didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?\n  ) -\u003e Bool {\n    GMSServices.provideAPIKey(\"YOUR KEY HERE\")\n    GeneratedPluginRegistrant.register(with: self)\n    return super.application(application, didFinishLaunchingWithOptions: launchOptions)\n  }\n}\n```\nOpt-in to the embedded views preview by adding a boolean property to the app's `Info.plist` file\nwith the key `io.flutter.embedded_views_preview` and the value `YES`.\n\nrun app on a simulator\n\u003ccode\u003eflutter run\u003c/code\u003e\n\nApi by https://github.com/novelcovid/api\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhooshyar%2Fcorona-virus-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhooshyar%2Fcorona-virus-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhooshyar%2Fcorona-virus-flutter/lists"}