flutter_typeahead
flutter_typeahead copied to clipboard
Compile error on latest Flutter Beta Channel
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