apple_map_snapshotter 1.0.0
apple_map_snapshotter: ^1.0.0 copied to clipboard
Generate static Apple Maps snapshots on iOS using MapKit's MKMapSnapshotter. Perfect for displaying map previews without loading a full interactive map.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2026-01-18 #
Added #
- Initial release of the
AppleMapSnapshotterplugin - Support for generating static Apple Maps snapshots on iOS
- Customizable snapshot dimensions (width, height)
- Adjustable zoom level (0-20)
- Theme support (light, dark, auto)
- High-DPI/Retina display support
- Parameter validation with descriptive error messages
- Platform check with
UnsupportedErrorfor non-iOS platforms