dchs_motion_sensors 2.0.2
dchs_motion_sensors: ^2.0.2 copied to clipboard
Flutter plugin for accessing the Android and iOS accelerometer, gyroscope, magnetometer, and orientation sensors.
2.0.2 #
- add Swift Package Manager support for iOS
- move the iOS implementation to Swift-only plugin registration
- update the minimum Flutter and Dart SDK versions for SPM support
- iOS consumers should use Flutter 3.41 or newer; older toolchains will not generate the Swift Package Manager-based iOS host correctly
- if you update an existing example or app from the old CocoaPods-based iOS template, regenerate the
ios/host app withflutter create --platforms=ios .before validating the plugin on iOS
2.0.1 #
- updates the plugin to use the new FlutterPlugin API, replacing the deprecated Registrar API, which has been completely removed in Flutter 3.28.x. thank you to BenVae
2.0.0 #
- update build gradle to 8.1.0
- update kotlin version to 1.8.22
- changed build.gradle file with latest recommendation
- removed gradle.properties, gradle-wrapper.properties and AndroidManifest.xml (deprecated the package definition on that file)
- update the vector_math dependency to the latest version
- update for compatibility to the latest flutter 3.24.3
1.1.0 #
- add support for Android namespace
- bump
compileSdkVersionto 34
1.0.2 #
- added podspec for ios (bug fixing)
1.0.1 #
- initial release from https://github.com/zesage/motion_sensors