You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../../flutter/packages/flutter/lib/src/widgets/form.dart:448:14: Error: Type 'List' of the case expression is not a subtype of type 'AutovalidateMode' of this switch expression.
'List' is from 'dart:core'.
'AutovalidateMode' is from 'package:flutter/src/widgets/form.dart' ('../../../../flutter/packages/flutter/lib/src/widgets/form.dart').
case [AutovalidateMode.always]:
^
../../../../flutter/packages/flutter/lib/src/widgets/form.dart:447:22: Context: The switch expression is here.
switch (widget.autovalidateMode) {
^
macbook pro is M1pro dart 2.17 flutter 3.0
The text was updated successfully, but these errors were encountered:
../../../../flutter/packages/flutter/lib/src/widgets/form.dart:448:14: Error: Type 'List' of the case expression is not a subtype of type 'AutovalidateMode' of this switch expression.
case [AutovalidateMode.always]:
^
../../../../flutter/packages/flutter/lib/src/widgets/form.dart:447:22: Context: The switch expression is here.
switch (widget.autovalidateMode) {
^
macbook pro is M1pro dart 2.17 flutter 3.0
The text was updated successfully, but these errors were encountered: