{"id":15674942,"url":"https://github.com/linusu/flutter_maps","last_synced_at":"2025-05-06T23:32:45.665Z","repository":{"id":56829695,"uuid":"175605266","full_name":"LinusU/flutter_maps","owner":"LinusU","description":"Native maps for Flutter, embedded as a native view using the PlatformView API","archived":false,"fork":false,"pushed_at":"2019-08-21T17:13:53.000Z","size":1543,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-27T01:11:34.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinusU.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-14T11:05:27.000Z","updated_at":"2024-08-11T13:27:09.000Z","dependencies_parsed_at":"2022-08-28T21:11:47.285Z","dependency_job_id":null,"html_url":"https://github.com/LinusU/flutter_maps","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fflutter_maps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fflutter_maps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fflutter_maps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fflutter_maps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinusU","download_url":"https://codeload.github.com/LinusU/flutter_maps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232496584,"owners_count":18532602,"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":[],"created_at":"2024-10-03T15:53:28.530Z","updated_at":"2025-01-04T17:25:20.441Z","avatar_url":"https://github.com/LinusU.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maps for Flutter\n\nNative maps for Flutter, embedded as a native view using the PlatformView API.\n\n| **iOS** (Apple Maps)   | **Android** (Google Maps)      |\n| ---------------------- | ------------------------------ |\n| ![iOS](screen-ios.png) | ![Android](screen-android.png) |\n\n## Setup\n\nSetup works as for any Flutter plugin, expect the caveats outlined below:\n\n### iOS\n\nSince the PlatformView api is still only a preview, you need to set the following key to true in your `Info.plist`:\n\n```xml\n\u003cplist\u003e\n\u003cdict\u003e\n\n  \u003ckey\u003eio.flutter.embedded_views_preview\u003c/key\u003e\n  \u003ctrue/\u003e\n\n\u003c/dict\u003e\n\u003c/plist\u003e\n```\n\n### Android\n\nGoogle Maps requires that you [get an API key](https://developers.google.com/maps/documentation/android-sdk/signup), place it in your `AndroidManifest.xml`:\n\n```xml\n\u003cmanifest\u003e\n  \u003capplication\u003e\n\n    \u003cmeta-data\n      android:name=\"com.google.android.geo.API_KEY\"\n      android:value=\"YOUR API KEY HERE\" /\u003e\n\n  \u003c/application\u003e\n\u003c/manifest\u003e\n```\n\n## Features\n\nCurrently no features at all are implemented, it only shows an empty map not centered on anything in particular.\n\nThe goal is to follow [`google_maps_flutter`](https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter) closely, and have the same features where it makes sense and can be reasonably implemented on both iOS and Android.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fflutter_maps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinusu%2Fflutter_maps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fflutter_maps/lists"}