update flutter_vibrate

This commit is contained in:
2026-01-13 23:09:42 -08:00
parent 2a3652d808
commit 12fb3a2089
8 changed files with 474 additions and 97 deletions
+7
View File
@@ -1,3 +1,10 @@
## 1.4.0
* Migrated to Pigeon for type-safe platform channels.
* Fixed Android permission issue (restored `VIBRATE` permission).
* Refactored Android implementation to use `View.performHapticFeedback` for compatible feedback.
* Modernized example app with Material 3 and better UI.
## 1.3.0
* Fixing swift version