flutter_typeahead icon indicating copy to clipboard operation
flutter_typeahead copied to clipboard

Compile error on latest Flutter Beta Channel

Open merabtenei opened this issue 2 years ago • 0 comments

When I switch to the latest Flutter 2.13 beta channel, Typeahead breaks with this errors :

[cupertino_flutter_typeahead.dart:746:9](): Error: No named parameter with the name 'maxLengthEnforced'.
        maxLengthEnforced: widget.textFieldConfiguration.maxLengthEnforced

I hope we get a fix for this as soon as possible.

EDIT: There's actually a waiting pull request to fix this issue. https://github.com/AbdulRahmanAlHamali/flutter_typeahead/pull/383

merabtenei avatar Apr 17 '22 10:04 merabtenei