Commit Graph

4 Commits

Author SHA1 Message Date
google-labs-jules[bot] 593d495431 fix(flutter_vibrate): use flutter.compileSdkVersion
The hardcoded `compileSdkVersion` was causing build failures for users who did not have the exact Android SDK version installed.

This change updates the `build.gradle` file to use `flutter.compileSdkVersion`, which is the standard and recommended approach for Flutter plugins. This makes the plugin adapt to the `compileSdkVersion` defined by the consuming Flutter application, resolving the build error and making the package more robust against future Flutter SDK updates.
2026-01-21 07:43:05 +00:00
rodydavis 2a3652d808 migrate to pigeon 2026-01-13 22:53:42 -08:00
rodydavis b0736478cd Fix android and update example 2026-01-13 22:44:49 -08:00
rodydavis 7eb3d100ac add flutter_vibrate 2026-01-13 22:03:47 -08:00