dchs_motion_sensors 2.0.0
dchs_motion_sensors: ^2.0.0 copied to clipboard
Flutter plugin for accessing the Android and iOS accelerometer, gyroscope, magnetometer, and orientation sensors.
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
compileSdkVersion
to 34
1.0.2 #
- added podspec for ios (bug fixing)
1.0.1 #
- initial release from https://github.com/zesage/motion_sensors