weorbis_motion_detector 1.0.0
weorbis_motion_detector: ^1.0.0 copied to clipboard
Motion detector plugin for Android and iOS. Provides event-based information about motion detected by the phone.
1.0.0 #
- Initial Release
- Forked from
activity_recognition_flutter. - Complete rebranding to
weorbis_motion_detector. - Modernized Android integration:
- Updated Gradle, Android Gradle Plugin.
- Set
compileSdkVersionandtargetSdkVersionto 34. - Ensured compatibility with Android 12+
PendingIntentimmutability requirements.
- Modernized iOS integration:
- Updated iOS deployment target to 14.0.
- Renamed Swift plugin class for consistency.
- Updated dependencies, including a major version upgrade of
permission_handler. - Cleaned up and fully rebranded the example application.