- 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)
- Fixed issues with gyroscope availability detection on iOS and Android. (#6)
- Moved static members of
Motion
to Motion.instance
, an instance of MotionPlatform
.
- Fixed an issue with some native platforms lacking event and method channels implementations.