dchs_motion_sensors 2.0.2 copy "dchs_motion_sensors: ^2.0.2" to clipboard
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 with flutter 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 compileSdkVersion to 34

1.0.2 #

  • added podspec for ios (bug fixing)

1.0.1 #

11
likes
160
points
8.78k
downloads

Documentation

API reference

Publisher

verified publisherdariocavada.com

Weekly Downloads

Flutter plugin for accessing the Android and iOS accelerometer, gyroscope, magnetometer, and orientation sensors.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, vector_math

More

Packages that depend on dchs_motion_sensors

Packages that implement dchs_motion_sensors