We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我按照文档使用FLCountStepper组件
The following _TypeError was thrown building Builder: type 'int' is not a subtype of type 'bool'
会出现以下错误
The text was updated successfully, but these errors were encountered:
@343629302 ok 我会跟进下
Sorry, something went wrong.
我也遇到的相同的错误, FLCountStepperController设置了defaultValue值的时候,就会报错: type 'int' is not a subtype of type 'bool'
当前使用的是0.9.0版本。
@lichenyu9024 别想了.这插件已经弃了. 我问的时候到现在都没更新过.
//530行(https://github.com/Rannie/flui/blob/master/lib/src/widgets/count_stepper.dart) super(defaultValue ?? min > 0 ? min : 0); //改为 super(defaultValue ?? (min > 0 ? min : 0));
No branches or pull requests
我按照文档使用FLCountStepper组件
The following _TypeError was thrown building Builder:
type 'int' is not a subtype of type 'bool'
会出现以下错误
The text was updated successfully, but these errors were encountered: