-
Notifications
You must be signed in to change notification settings - Fork 58
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
isPointerOverScrollbar Error #15
Comments
same issue, this issue has been resolved in vs_scrollbar 0.2.1 |
How to resolve this? |
Hey @selmaskopljakovic ! This is a temporary solution I'm using. I've forked the boardview and updated vs_scrollbar package.
|
Hey @MinSomai, |
my yaml file:
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
boardview: ^0.2.1
When I flutter run
../../developer/flutter/.pub-cache/hosted/pub.dartlang.org/boardview-0.2.2/lib/vs_scrollbar.dart:321:31: Error: Too many positional arguments: 1 allowed, but 2 found.
Try removing the extra positional arguments.
if (isPointerOverScrollbar(event.position,PointerDeviceKind.mouse)) {
The text was updated successfully, but these errors were encountered: