-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Exception on web, vibration package is broken #139
Comments
check out the pubspec. It seems web is commented out? https://github.com/benjamindean/flutter_vibration/blob/master/vibration/pubspec.yaml |
I added a lame hack that seems to work
|
…user settings The `Vibration.hasVibrator` check will now only happen if the user has enabled hitVibration in the helperline configs. This resolves issue [#139](https://github.com/hm21/pro_image_editor/issue/139).
Okay, good that you open a new issue in the vibration package because the issue is from that package and not from my package. configs: ProImageEditorConfigs(
helperLines: const HelperLines(
hitVibration: !kIsWeb,
),
) |
ok, thanks. |
Package Version
4.0.8
Flutter Version
3.22
Platforms
Web
How to reproduce?
Logs (optional)
No response
Example code (optional)
Device Model (optional)
linux
The text was updated successfully, but these errors were encountered: