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

## 问题提交 标题格式:[BUG]: 全局设置的BrnFormItemConfig无法作用到BrnTitleFormItem,也无法单独设置样式 内容需包含: **1、BUG 描述** 我设置了BrnFormItemConfig,文字大小为14,但是无法作用到BrnTitleFormItem,同时在BrnTitleFormItem中的themeData中修改文字大小也不生效 **2、复现步骤** 设置全局设置 ``` class BrnConfigUtils { static BrnAllThemeConfig defaultAllConfig = BrnAllThemeConfig(commonConfig: defaultCommonConfig, formItemConfig: defaultFormConfig); /// 全局配置 static BrnCommonConfig defaultCommonConfig = BrnCommonConfig(brandPrimary: const...

## 问题提交 标题格式:[BUG]: 问题简介 内容需包含: 文档示例打不开: http://bruno.ke.com/page/widgets/brn-single-select-city-page http://bruno.ke.com/page/widgets/brn-bottom-button-panel 问题的描述,请尽量使用简短、准确的语言 **2、复现步骤** **3、期望行为** **4、运行环境** * 运行设备 Windows * 系统 Microsoft Edge 版本 117.0.2045.31 (正式版本) (64 位) * Bruno 版本 * Flutter Doctor...

优化建议:是否可增加弹框背景色自定义,比如自己设置渐变色,目前看到只支持纯色值!

## 问题提交 标题格式:[BUG]: 问题简介 内容需包含: **BrnBrokenLine双线显示时,points数据长的线超出短线数据的部分touch不显示,修改示例二代码_brokenLineExample2 短线 _pointsLine = BrnPointsLine( isShowPointText: true, lineWidth: 3, pointRadius: 4, isShowPoint: false, isCurve: true, points: [ BrnPointData( pointText: '15', x: 1, y: 15, lineTouchData:...

## 问题提交 标题格式:[BUG]: BrnTabBar 字体设置大小无效 内容需包含: **1、BUG 描述** BrnTabBar 字体设置大小无效,themeData设置后也不会改变大小。 **2、复现步骤** ``` BrnTabBar( mode: BrnTabBarBadgeMode.origin, labelPadding: const EdgeInsets.only(right: 45), indicatorPadding: const EdgeInsets.only(bottom: 8, right: 45), unselectedLabelStyle: AppTextThem.regularStyle.copyWith( fontSize: 18, color:...

## 功能需求 在提功能需求之前,建议先查询组件文档,考虑你需要的功能是否可以通过组件其他属性完成。如无法解决 ,issue 参考: 标题格式:[Feature]: 需求描述 内容需包含: **1、运行环境** * 运行设备 * 系统 * Bruno 版本 * Flutter Doctor 信息 **2、是否有与之关联的 issue** **3、描述你期望的解决方案** **4、附加信息** 包括视频、图片等补充信息

版本 3.3.0 日期选择器 语言还是固定为中文。 ![image](https://github.com/LianjiaTech/bruno/assets/34048223/627232ba-eab9-406e-9f48-ed55e445898f) 设置这个你们并没有调用。

## 优化建议 标题格式:[Optimize]: 点击反馈 内容需包含: **1、优化描述** 按钮等无点击反馈,看起来很生硬 **2、关联组件** **3、具体优化建议** **4、运行环境(非必填)** * 运行设备 * 系统 * Bruno 版本 * Flutter Doctor 信息 **5、附加信息** 包括视频、图片等补充信息

## 优化建议 标题格式:[Optimize]: 增加组件点击反馈 内容需包含: **1、优化描述** 按钮等组件,在按下时,没有UI交互反馈,看起来很生硬 **2、关联组件** 按钮等组件 **3、具体优化建议** 在按下时,按钮颜色加深加暗 **4、运行环境(非必填)** **5、附加信息**