vibration 1.7.4 vibration: ^1.7.4 copied to clipboard
A plugin for handling Vibration API on iOS, Android, and web.
1.7.4 #
- Migrating to null safety.
1.7.3 #
- Use targetEnvironment check on iOS.
1.7.2 #
- Updated description to indicate web support.
1.7.1 #
- Fix building on iOS.
1.7.0 #
- Use Android Embedding v2.
1.5.0 #
- Fibration now works in backgroud on Android (#40 by wanghaiyang5241)
1.3.1 #
- Fix #32 (by Hugo Heneault)
1.2.4 #
- Move
flutter_test
to dev_dependencies. Fixes issue #24.
1.2.2 #
- Suppress deprecation warnings for
vibrate
method
1.2.1 #
- Maintenance release
1.1.0 #
- Migrate to AndroidX (by @gastonmuijtjens)
- Add unit test for canceling vibration (by @vintage)
1.0.2 #
- Update vibration.podspec
1.0.1 #
- Implemented
cancel
method for iOS
1.0.0 #
- Initial Release