flutter_geofence_manager 1.0.2
flutter_geofence_manager: ^1.0.2 copied to clipboard
A cross-platform Flutter plugin to handle flutter_geofence_manager for Android and iOS. Provides background location monitoring and geofence event handling.
Changelog #
1.0.2 #
- Bug Fixes
flutter_geofence_manager- Fixed Android build failure caused by deprecated package attribute in AndroidManifest.xml
- Updated package namespace configuration for Android Gradle Plugin compatibility
- Resolved package declaration mismatches in Kotlin source files
1.0.1 #
- Updated package name from
flutter_geo_fencingtoflutter_geofence_managerto resolve naming conflicts - Updated all documentation and references to use the new package name
- Updated dependencies to use latest versions of sub-packages (1.0.1)
- Improved documentation consistency across the plugin suite
- Updated GitHub URLs and repository information
- All sub-packages now use consistent versioning and documentation
1.0.0 #
- Initial release of the cross-platform geofencing plugin
- Support for Android and iOS platforms
- Background location monitoring
- Geofence entry and exit event detection
- Multiple geofence support
- Proper permission handling for both platforms
- Privacy manifest compliance for iOS
- Platform interface implementation
- Comprehensive documentation and examples
0.1.0 #
- Initial development version