motion_platform_interface 2.0.1 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 #
1.3.2 #
- Moved static members of
Motion
toMotion.instance
, an instance ofMotionPlatform
.
1.3.1 #
- Fixed an issue with some native platforms lacking event and method channels implementations.
1.3.0 #
- Initial release