bruno icon indicating copy to clipboard operation
bruno copied to clipboard

An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。)

Results 133 bruno issues
Sort by recently updated
recently updated
newest added

fix BrnBottomTabBar selectedTextStyle and unSelectedTextStyle don't work (#285)

> 首先感谢您的参与和反馈,在提交修复/补充之前请确保你的内容未在[ project ](https://github.com/LianjiaTech/bruno/projects/5)进度中 在确定没有其他人在修改后请按以下模板回复,以便我们清晰的了解提交内容: - 修复错误内容请回复: [fix][component][description] eg:fix BrnTabBar contains useless component. - 完善组件示例请回复: [optimize][component][description] eg:optimize BrnTabBar example 我们会按照时间顺序将对应 card 关联上提交申请的开发者,再次感谢大家参与 ❤️

## 优化建议 标题格式:[Optimize]: 优化简介 内容需包含: **1、优化描述** 日历组件希望加入左右滑动切换,设置weekNames,下面日历的顺序也能变,把周一排在第一,设置minDate为当天,当天日期是灰色的,希望修复 **2、关联组件** BrnCalendarView **3、具体优化建议** **4、运行环境(非必填)** * 运行设备 * 系统 * Bruno 版本 * Flutter Doctor 信息 **5、附加信息** 包括视频、图片等补充信息

## 问题提交 标题格式:[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...

文档里的示例代码只有一部分,可不可以写个完整的,不然看起来很难受,引用也比较麻烦,经常报错。尤其是写在注意事项里的内容,很多时候使用者会仔细看API、参数以及示例代码,而不是整篇都看。

Because flutter_svg >=1.1.0 depends on xml ^6.0.1 and bruno 3.0.0 depends on xml ^5.1.2, flutter_svg >=1.1.0 is incompatible with bruno 3.0.0. And because no versions of bruno match >3.0.0 =1.1.0...

![1649900287(1)](https://user-images.githubusercontent.com/16457896/163296911-7f7dafac-5d95-47ee-9a69-d2f90e49dc49.png) ![1649900322(1)](https://user-images.githubusercontent.com/16457896/163296964-f10ffcab-edc0-4281-8e51-bb94fc2d9751.png)

good first issue