{"id":18335998,"url":"https://github.com/auritylab/mapkit_snapshotter_flutter","last_synced_at":"2025-04-09T19:52:04.643Z","repository":{"id":56834412,"uuid":"322558548","full_name":"AurityLab/mapkit_snapshotter_flutter","owner":"AurityLab","description":"A Flutter plugin which provides the MKMapScreenshoter.","archived":false,"fork":false,"pushed_at":"2024-02-21T14:30:58.000Z","size":2646,"stargazers_count":0,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T12:17:49.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pub.dev/packages/mapkit_snapshotter_flutter","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AurityLab.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":"2020-12-18T10:11:02.000Z","updated_at":"2021-06-08T06:39:14.000Z","dependencies_parsed_at":"2022-09-09T21:10:42.483Z","dependency_job_id":null,"html_url":"https://github.com/AurityLab/mapkit_snapshotter_flutter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AurityLab%2Fmapkit_snapshotter_flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AurityLab%2Fmapkit_snapshotter_flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AurityLab%2Fmapkit_snapshotter_flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AurityLab%2Fmapkit_snapshotter_flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AurityLab","download_url":"https://codeload.github.com/AurityLab/mapkit_snapshotter_flutter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103903,"owners_count":21048244,"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-11-05T20:05:31.294Z","updated_at":"2025-04-09T19:52:04.619Z","avatar_url":"https://github.com/AurityLab.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MapKit Snapshotter\n\nA Flutter plugin which provides\nthe [MKMapScreenshoter](https://developer.apple.com/documentation/mapkit/mkmapsnapshotter). This integrates with the\ndefault [Image](https://api.flutter.dev/flutter/widgets/Image-class.html) Widget of Flutter.\n\n## Screenshots\n\n| Example 1 (Standard) | Example 2 (Hybrid) |\n| --- | --- |\n| ![](https://github.com/AurityLab/mapkit_snapshotter_flutter/raw/master/doc/image/demo_screenshot_1.png \"MapKit Snapshotter example with standard map type\") | ![](https://github.com/AurityLab/mapkit_snapshotter_flutter/raw/master/doc/image/demo_screenshot_2.png \"MapKit Snapshotter example with hybrid map type\") |\n\n## Usage\n\n**This plugin is only available on iOS as it uses the MapKit SDK.**\n\nUsage example:\n\n```dart\nfinal widget = Image(\n  image: MapKitSnapshotterImage(\n    MapKitSnapshotterOptions(\n      /// Defines the region to capture.\n      region: MapKitSnapshotterRegion(\n        centerLatitude: 53.552363,\n        centerLongitude: 9.990831,\n        latitudeMeters: 2000,\n        longitudeMeters: 2000,\n      ),\n      /// Additional properties for the snapshot.\n      brightness: MapKitSnapshotterBrightness.light,\n      mapType: MapKitSnapshotterMapType.hybridFlyover,\n    ),\n  ),\n  height: 100,\n  width: 100,\n);\n\n/// ... Use your widget\n```\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/AurityLab/mapkit_snapshotter_flutter/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauritylab%2Fmapkit_snapshotter_flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauritylab%2Fmapkit_snapshotter_flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauritylab%2Fmapkit_snapshotter_flutter/lists"}