When I downloaded a copy of the example to VS, I received the following error message:
Xcode's output:
↳
../flutter/.pub-cache/hosted/pub.dartlang.org/grouped_list-3.7.1/lib/grouped_list.dart:282:11: Error: No named parameter with
the name 'clipBehavior'.
clipBehavior: widget.clipBehavior,
^^^^^^^^^^^^
../flutter/packages/flutter/lib/src/widgets/scroll_view.dart:1073:3: Context: Found this candidate, but the arguments don't
match.
ListView.builder({
I ran both the flutter pub cache repair and flutter clean commands but not luck.
Hi,
When I downloaded a copy of the example to VS, I received the following error message:
Xcode's output: ↳ ../flutter/.pub-cache/hosted/pub.dartlang.org/grouped_list-3.7.1/lib/grouped_list.dart:282:11: Error: No named parameter with the name 'clipBehavior'. clipBehavior: widget.clipBehavior, ^^^^^^^^^^^^ ../flutter/packages/flutter/lib/src/widgets/scroll_view.dart:1073:3: Context: Found this candidate, but the arguments don't match. ListView.builder({
I ran both the flutter pub cache repair and flutter clean commands but not luck.
Any suggestions?
Thanks.