motion_platform_interface 2.0.1 copy "motion_platform_interface: ^2.0.1" to clipboard
motion_platform_interface: ^2.0.1 copied to clipboard

The platform interface for the Motion plugin.

2.0.1 #

  • Updated plugin_platform_interface to 2.1.8
  • Updated meta to 1.15.0

2.0.0 #

Note: This release has breaking changes.

Motion now requires the following:

  • Flutter >=3.19.0
  • Dart >=3.3.0
  • Java 17 and Gradle 8.1 for Android
  • Aligned with the latest version of the motion package.
  • Removed unused import

1.4.0 #

  • BREAKING CHANGE: Renamed requiresPermission to isPermissionRequired for better naming consistency.
  • Allow specifying a null damping to disable the effect. (#8)
  • Fixed a crash after detaching FlutterEngine on iOS. (#13)

1.3.3 #

  • Fixed issues with gyroscope availability detection on iOS and Android. (#6)

1.3.2 #

  • Moved static members of Motion to Motion.instance, an instance of MotionPlatform.

1.3.1 #

  • Fixed an issue with some native platforms lacking event and method channels implementations.

1.3.0 #

  • Initial release