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
when use with flutter 2.5.0 the following error show up :
`/D:/Flutter/flutter/.pub-cache/hosted/pub.dartlang.org/form_builder_phone_field-0.3.0/lib/src/form_builder_phone_field.dart:198:43: Error: 'decoration' isn't a function or method and can't be invoked.
decoration: state.decoration(),
^^^^...
/D:/Flutter/flutter/.pub-cache/hosted/pub.dartlang.org/form_builder_phone_field-0.3.0/lib/src/form_builder_phone_field.dart:187:22: Error: The argument type 'void Function(String)?' can't be assigned to the parameter type 'void Function(String?)?' because 'String?' is nullable and 'String' isn't.
onChanged: onChanged,
^
FAILURE: Build failed with an exception.`
any ide to resolve ?
thank you
The text was updated successfully, but these errors were encountered:
when use with flutter 2.5.0 the following error show up :
`/D:/Flutter/flutter/.pub-cache/hosted/pub.dartlang.org/form_builder_phone_field-0.3.0/lib/src/form_builder_phone_field.dart:198:43: Error: 'decoration' isn't a function or method and can't be invoked.
decoration: state.decoration(),
^^^^...
/D:/Flutter/flutter/.pub-cache/hosted/pub.dartlang.org/form_builder_phone_field-0.3.0/lib/src/form_builder_phone_field.dart:187:22: Error: The argument type 'void Function(String)?' can't be assigned to the parameter type 'void Function(String?)?' because 'String?' is nullable and 'String' isn't.
onChanged: onChanged,
^
FAILURE: Build failed with an exception.`
any ide to resolve ?
thank you
The text was updated successfully, but these errors were encountered: