Skip to content

Conversation

@dark-chocolate
Copy link

I am using below code

// Check if the device can vibrate
              bool canVibrate = await Vibrate.canVibrate;
              print("canVibrate = ${canVibrate}"); // returns true

              Vibrate.vibrate();

Still it doesn't vibrate in real device.

Tested in iPhone and iPad pro running 12.0.1

rodydavis and others added 30 commits July 10, 2018 09:13
Fix Gradle version in gradle-wrapper.properties
Recreate example app so that it can compile
Renamed from vibrate to flutter_vibrate in a few locations to fix iOS…
use google() maven for better network accessibility
Fix deprecation warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants