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
It's a common use case to step with constant non-integer absolute values, as in increments of .5 or .25 to avoid loaded dropdown menus. However, using non-integer values in the FormBuilderStepper will throw the following error:
The following assertion was thrown building FormField<num>-[LabeledGlobalKey<FormFieldState<dynamic>>#e4387](dirty, dependencies: [_FormScope], state: FormFieldState<num>#9d900):
type 'double' is not a subtype of type 'int'
I believe this can be traced all the way up to root SyStepper class used in FormBuilderStepper which declares it's numeric values as int types.
In addition to lobbying for this to be fixed, I think this issue should also open a discussion to hopefully remove all two dependencies on sy_flutter_widgets as the maintainer has signaled there will be no further updates and has no licensing information.
I look forward to any further discussion. Thanks!
The text was updated successfully, but these errors were encountered:
It's a common use case to step with constant non-integer absolute values, as in increments of .5 or .25 to avoid loaded dropdown menus. However, using non-integer values in the FormBuilderStepper will throw the following error:
I believe this can be traced all the way up to root SyStepper class used in FormBuilderStepper which declares it's numeric values as int types.
In addition to lobbying for this to be fixed, I think this issue should also open a discussion to hopefully remove all two dependencies on sy_flutter_widgets as the maintainer has signaled there will be no further updates and has no licensing information.
I look forward to any further discussion. Thanks!
The text was updated successfully, but these errors were encountered: