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
标题格式:[BUG]: 问题简介
内容需包含:
1、BUG 描述
BrnProgressChart 设置颜色,背景色,以及动画无效,改成其他颜色无效
2、复现步骤 BrnProgressChart( key: UniqueKey(), width: 750, height: 2, value: pageProgress, colors: const [Colors.lightGreen, Colors.green], backgroundColor: Colors.grey, showAnimation: true, ),
3、期望行为
能自定义颜色,背景色,动画貌似中途会回滚到0
4、运行环境
[✓] Flutter (Channel stable, 2.10.5, on macOS 11.6.6 20G624 darwin-x64, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 13.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2021.2)
Bruno:3.0.0
5、附加信息
包括视频、图片等补充信息
The text was updated successfully, but these errors were encountered:
您好,backgroundColor 内部确实未使用,Animation 加载也确实有描述问题,我们安排会尽快安排优化,感谢你的反馈
Sorry, something went wrong.
已修复 #322 @zhoujuanjuan
No branches or pull requests
问题提交
标题格式:[BUG]: 问题简介
内容需包含:
1、BUG 描述
BrnProgressChart 设置颜色,背景色,以及动画无效,改成其他颜色无效
2、复现步骤
BrnProgressChart(
key: UniqueKey(),
width: 750,
height: 2,
value: pageProgress,
colors: const [Colors.lightGreen, Colors.green],
backgroundColor: Colors.grey,
showAnimation: true,
),
3、期望行为
能自定义颜色,背景色,动画貌似中途会回滚到0
4、运行环境
[✓] Flutter (Channel stable, 2.10.5, on macOS 11.6.6 20G624 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
Bruno:3.0.0
5、附加信息
包括视频、图片等补充信息
The text was updated successfully, but these errors were encountered: