-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module error. #6
Comments
I get the same error too. |
I solved with flutter upgrade. |
CHB61
added a commit
that referenced
this issue
Dec 1, 2020
…e updated list in chipDisplay.onTap to notify the parent field that the values has changed.
Open
i m facing similar issue
any help appeciated thanks |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I install and run this module, I am getting the following error.
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/dialog/multi_select_dialog_field.dart:92:9: Error: Type 'AutovalidateMode' not found.
final AutovalidateMode autovalidateMode;
^^^^^^^^^^^^^^^^
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/bottom_sheet/multi_select_bottom_sheet_field.dart:101:9: Error: Type 'AutovalidateMode' not found.
final AutovalidateMode autovalidateMode;
^^^^^^^^^^^^^^^^
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/chip_field/multi_select_chip_field.dart:83:9: Error: Type 'AutovalidateMode' not found.
final AutovalidateMode autovalidateMode;
^^^^^^^^^^^^^^^^
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/dialog/multi_select_dialog_field.dart:92:9: Error: 'AutovalidateMode' isn't a type.
final AutovalidateMode autovalidateMode;
^^^^^^^^^^^^^^^^
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/dialog/multi_select_dialog_field.dart:128:29: Error: Getter not found: 'AutovalidateMode'.
this.autovalidateMode = AutovalidateMode.disabled,
^^^^^^^^^^^^^^^^
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/dialog/multi_select_dialog_field.dart:134:13: Error: No named parameter with the name 'autovalidateMode'.
autovalidateMode: autovalidateMode,
^^^^^^^^^^^^^^^^
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/bottom_sheet/multi_select_bottom_sheet_field.dart:101:9: Error: 'AutovalidateMode' isn't a type.
final AutovalidateMode autovalidateMode;
^^^^^^^^^^^^^^^^
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/bottom_sheet/multi_select_bottom_sheet_field.dart:141:29: Error: Getter not found: 'AutovalidateMode'.
this.autovalidateMode = AutovalidateMode.disabled,
^^^^^^^^^^^^^^^^
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/bottom_sheet/multi_select_bottom_sheet_field.dart:146:13: Error: No named parameter with the name 'autovalidateMode'.
autovalidateMode: autovalidateMode,
^^^^^^^^^^^^^^^^
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/chip_field/multi_select_chip_field.dart:83:9: Error: 'AutovalidateMode' isn't a type.
final AutovalidateMode autovalidateMode;
^^^^^^^^^^^^^^^^
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/chip_field/multi_select_chip_field.dart:111:29: Error: Getter not found: 'AutovalidateMode'.
this.autovalidateMode = AutovalidateMode.disabled,
^^^^^^^^^^^^^^^^
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/multi_select_flutter-3.1.3/lib/chip_field/multi_select_chip_field.dart:123:13: Error: No named parameter with the name 'autovalidateMode'.
autovalidateMode: autovalidateMode,
The text was updated successfully, but these errors were encountered: