You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using vibration in an app on Android, Web and Linux.
Android and Web works as expected but since some days, I get a
MissingPluginException(No implementation found for method hasVibrator on channel vibration)
on Linux. I check via await vib.Vibration.hasVibrator() ?? false if vibration is supported. This is also the line where the Exception is thrown. This was working before.
I use now Flutter 3.3.4-stable but I also tried 3.3.0-stable, 3.3.2-stable and 3.3.3-stable. Beside that I use vibration 1.7.6 and vibration_web 1.6.5. My Linux version is Manjaro stable with kernel 5.19.7-1-MANJARO.
I know I could skip the vibration if the app runs on desktop.
Is there something else I can do or should I wait for the next release?
The text was updated successfully, but these errors were encountered:
Hi, I'm using vibration in an app on Android, Web and Linux.
Android and Web works as expected but since some days, I get a
MissingPluginException(No implementation found for method hasVibrator on channel vibration)
on Linux. I check via
await vib.Vibration.hasVibrator() ?? false
if vibration is supported. This is also the line where the Exception is thrown. This was working before.I use now Flutter 3.3.4-stable but I also tried 3.3.0-stable, 3.3.2-stable and 3.3.3-stable. Beside that I use vibration 1.7.6 and vibration_web 1.6.5. My Linux version is Manjaro stable with kernel 5.19.7-1-MANJARO.
I know I could skip the vibration if the app runs on desktop.
Is there something else I can do or should I wait for the next release?
The text was updated successfully, but these errors were encountered: