Dimibe / grouped_list

A Flutter ListView in which items can be grouped into sections.
https://pub.dev/packages/grouped_list
MIT License
415 stars 107 forks source link

Error: clipBehavior - Error: No named parameter with the name 'clipBehavior'. #83

Closed Born-A-Bot closed 3 years ago

Born-A-Bot commented 3 years ago

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.

Born-A-Bot commented 3 years ago

Duplicate Issue.