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
This seems to be a breaking change introduced in flutter/flutter#87604 – I'm guessing your Flutter channel is master or dev? Using null as the second parameter should be fine. I'll have a closer look and publish the fix the week after next.
Describe the bug
I get this issue when trying to start for the first time
AppData/Local/Pub/Cache/hosted/pub.dartlang.org/timetable-1.0.0-alpha.5/lib/src/time/zoom.dart:621:43: Error: Too few positional arguments: 2 required, 1 given.
focalPointDelta > computeHitSlop(pointerDeviceKind))
The problem is fixed if I add null as second parameter. I updated the code as follows:
My programming skills are basic, please ignore if the issue is caused by a mistake on my side. I would appreciate some guide in that case.
Environment:
The text was updated successfully, but these errors were encountered: