osm_location_picker 1.0.4
osm_location_picker: ^1.0.4 copied to clipboard
A self-contained Flutter location picker powered by OpenStreetMap. No API key required. Supports address search, GPS, and full theming.
1.0.4 #
- Fix: added macOS App Sandbox location entitlements and usage description keys to enable GPS location picking.
- Fix: updated GPS fetching to use a 5-second timeout and fallback to the last known position to prevent indefinite hangs.
- Fix: resolved target warnings in Xcode/CocoaPods builds regarding dependency analysis and deployment target versions.
- Updated documentation and README with troubleshooting steps for macOS application run behaviors.
1.0.3 #
- Fix: added required Android permissions (INTERNET, ACCESS_NETWORK_STATE, location) for release builds.
- Fix: network connectivity check now works in Android release builds (added network security config).
- Fix: SVG icon assets not loading after package rename (wrong
package:reference). - Fix: error message no longer shown as search bar hint text on offline/failure state.
- Added network and location permissions for iOS, macOS, and documentation for all platforms.
- Updated README with comprehensive platform-specific setup instructions.
1.0.2 #
- Published to pub.dev.
- Package renamed to
osm_location_picker. - Improved error widget: pull-to-refresh on mobile, retry button on web & desktop.
- Replaced
dart:ioPlatform checks withdefaultTargetPlatformfor full web support. - Added dartdoc to all public APIs.
- Switched license to MIT.
1.0.1+1 #
- Initial versioned release.