modal_bottom_sheet
modal_bottom_sheet copied to clipboard
BallisticScrollActivity | Too few positional arguments: 4 required, 3 given.
Live example with sheet ^0.0.4+1 where in file pubspec.yaml
16 sheet:
17 path: ../
changed to
16 sheet: ^0.0.4+1
Flutter doctor says: Flutter (Channel master, 3.5.0-6.0.pre.37, on Microsoft Windows [Version 10.0.22000.1098], locale en-US)
../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/sheet-0.0.4+1/lib/src/scroll_controller.dart:130:32: Error: Too few positional arguments: 4 required, 3 given.
BallisticScrollActivity(
^
/C:/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart:528:3: Context: Found this candidate, but the arguments don't match.
BallisticScrollActivity(
^^^^^^^^^^^^^^^^^^^^^^^
../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/sheet-0.0.4+1/lib/src/scroll_controller.dart:169:32: Error: Too few positional arguments: 4 required, 3 given.
BallisticScrollActivity(
^
/C:/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart:528:3: Context: Found this candidate, but the arguments don't match.
BallisticScrollActivity(
^^^^^^^^^^^^^^^^^^^^^^^
Thanks for creating an issue! There might be a new breaking change in master, will take a look into it asap
@jamesblasco Have you solved this issue? 🤔
Same issue exists. Cannot use package otherwise.
Yup, wanted to give it a try, but this bug is still there
It works with this version in pubspec: sheet: ^1.0.0-pre