Skip to content

Commit

Permalink
Merge branch 'master' into 2.2.x
Browse files Browse the repository at this point in the history
* master: (25 commits)
  Release master (#124)
  fix:code style format and update changelog (#123)
  Merge 2.2.x into branch master (#119)
  Update issue templates (#41)
  👷 Add build test (#25)
  🌱 add the demo and apk tips  (#11)
  top null-safe question
  update demo qrcode
  update demo
  update the dev resource sites URL (#4)
  change README.md img size
  change README.md img size
  update demo download
  Update README.md
  update docs's links
  Fix 项目文档
  FAQ.md
  Optimize docs
  Update brn_dialog.dart
  pref: Optimize form tabBar StepLine NavBar demo display
  ...

# Conflicts:
#	CHANGELOG.md
#	README.md
#	docs/components/actionsheet/BrnCommonActionSheet/BrnCommonActionSheet.md
#	example/lib/sample/components/actionsheet/actionsheet_entry_page.dart
#	example/lib/sample/components/actionsheet/actionsheet_selected_list_example.dart
#	example/lib/sample/components/button/selection_collection_example.dart
#	example/lib/sample/components/card/bubble/brn_expanded_bubble_example.dart
#	example/lib/sample/components/card/content/keyvalue_align_content_example.dart
#	example/lib/sample/components/card/content/keyvalue_close_content_example.dart
#	example/lib/sample/components/charts/chart_entry_example.dart
#	example/lib/sample/components/charts/line/brn_broken_line_example.dart
#	example/lib/sample/components/charts/line/db_data_node_model.dart
#	example/lib/sample/components/dialog/dialog_entry_page.dart
#	example/lib/sample/components/form/form_item_entry_example.dart
#	example/lib/sample/components/form/form_page_example.dart
#	example/lib/sample/components/form/items_example/multi_choice_example.dart
#	example/lib/sample/components/form/items_example/text_quick_select_input_example.dart
#	example/lib/sample/components/gallery/gallery_example.dart
#	example/lib/sample/components/input/input_example.dart
#	example/lib/sample/components/line/dashed_line_example.dart
#	example/lib/sample/components/picker/picker_entry_page.dart
#	example/lib/sample/components/popup/overlay_window_example.dart
#	example/lib/sample/components/popup/popwindow_example.dart
#	example/lib/sample/components/rating/rating_example.dart
#	example/lib/sample/components/selectcity/selected_city_example.dart
#	example/lib/sample/components/selection/filter_entity.dart
#	example/lib/sample/components/selection/flat_selection_five_tags_example.dart
#	example/lib/sample/components/selection/flat_selection_four_tags_example.dart
#	example/lib/sample/components/selection/flat_selection_three_tags_example.dart
#	example/lib/sample/components/selection/selection_entry_page.dart
#	example/lib/sample/components/selection/selection_flat_entry_page.dart
#	example/lib/sample/components/selection/selectionview_custom_floating_layer_example.dart
#	example/lib/sample/components/selection/selectionview_customhandle_filter_example_page.dart
#	example/lib/sample/components/selection/selectionview_customview_example_page.dart
#	example/lib/sample/components/selection/selectionview_date_filter_example_page.dart
#	example/lib/sample/components/selection/selectionview_date_range_example_page.dart
#	example/lib/sample/components/selection/selectionview_interceptor_example.dart
#	example/lib/sample/components/selection/selectionview_limit_max_selected_count_example.dart
#	example/lib/sample/components/selection/selectionview_multi_list_example_page.dart
#	example/lib/sample/components/selection/selectionview_multi_range_example_page.dart
#	example/lib/sample/components/selection/selectionview_simple_multi_check_example_page.dart
#	example/lib/sample/components/selection/selectionview_simple_single_list_example_page.dart
#	example/lib/sample/components/step/brn_horizontal_step_example.dart
#	example/lib/sample/components/step/step_line_example.dart
#	example/lib/sample/components/tabbar/brn_switch_title_example.dart
#	example/lib/sample/components/tabbar/brn_tab_example.dart
#	example/lib/sample/components/tabbar/brn_tabbar_sticky_example.dart
#	example/lib/sample/components/tag/select_tag_example.dart
#	example/lib/sample/components/toast/toast_example.dart
#	example/lib/sample/home/card_data_config.dart
#	example/lib/sample/home/expandable_container_widget.dart
#	example/lib/sample/home/group_card.dart
#	example/lib/sample/theme/config_test_utils.dart
#	example/pubspec.yaml
#	lib/src/components/appraise/brn_appraise_header.dart
#	lib/src/components/appraise/brn_appraise_interface.dart
#	lib/src/components/button/brn_icon_button.dart
#	lib/src/components/button/brn_small_main_button.dart
#	lib/src/components/button/brn_small_outline_button.dart
#	lib/src/components/button/collection/brn_bottom_button_panel.dart
#	lib/src/components/button/collection/brn_button_panel.dart
#	lib/src/components/button/collection/brn_multiple_bottom_button.dart
#	lib/src/components/calendar/brn_calendar_view.dart
#	lib/src/components/card/bubble_card/brn_bubble_text.dart
#	lib/src/components/card/content_card/brn_enhance_number_card.dart
#	lib/src/components/card/content_card/brn_pair_info_rich_grid.dart
#	lib/src/components/charts/brn_progress_bar_chart/brn_bar_chart_data.dart
#	lib/src/components/charts/brn_progress_bar_chart/brn_progress_bar_chart_painter.dart
#	lib/src/components/empty/brn_empty_status.dart
#	lib/src/components/form/base/brn_form_item_type.dart
#	lib/src/components/form/base/input_item_interface.dart
#	lib/src/components/form/items/general/brn_multi_choice_input_item.dart
#	lib/src/components/form/items/general/brn_multi_choice_portrait_input_item.dart
#	lib/src/components/form/items/general/brn_quick_select_input_item.dart
#	lib/src/components/form/items/general/brn_radio_input_item.dart
#	lib/src/components/form/items/general/brn_range_input_item.dart
#	lib/src/components/form/items/general/brn_ratio_input_item.dart
#	lib/src/components/form/items/general/brn_text_block_input_item.dart
#	lib/src/components/form/items/general/brn_text_input_item.dart
#	lib/src/components/form/items/general/brn_text_select_item.dart
#	lib/src/components/form/items/group/brn_expandable_group.dart
#	lib/src/components/form/items/group/brn_portrait_radio_group.dart
#	lib/src/components/form/items/group/element_expand_widget.dart
#	lib/src/components/form/items/misc/brn_title_item.dart
#	lib/src/components/form/items/title/brn_base_title_item.dart
#	lib/src/components/form/items/title/brn_select_all_title_item.dart
#	lib/src/components/form/utils/brn_form_util.dart
#	lib/src/components/line/brn_dashed_line.dart
#	lib/src/components/navbar/brn_search_bar.dart
#	lib/src/components/picker/base/brn_picker.dart
#	lib/src/components/picker/brn_mulit_select_tags_picker.dart
#	lib/src/components/picker/brn_multi_picker.dart
#	lib/src/components/picker/brn_select_tags_with_input_picker.dart
#	lib/src/components/picker/multi_range_picker/bean/brn_multi_column_picker_entity.dart
#	lib/src/components/picker/multi_range_picker/brn_multi_column_converter.dart
#	lib/src/components/picker/multi_range_picker/brn_multi_column_list.dart
#	lib/src/components/picker/multi_range_picker/brn_multi_column_picker_util.dart
#	lib/src/components/picker/multi_range_picker/btn_multi_column_picker_item.dart
#	lib/src/components/picker/multi_select_bottom_picker/brn_multi_select_list_picker.dart
#	lib/src/components/picker/time_picker/brn_date_picker_constants.dart
#	lib/src/components/picker/time_picker/brn_date_time_formatter.dart
#	lib/src/components/picker/time_picker/date_picker/brn_date_picker.dart
#	lib/src/components/picker/time_picker/date_picker/brn_date_widget.dart
#	lib/src/components/picker/time_picker/date_picker/brn_datetime_widget.dart
#	lib/src/components/picker/time_picker/date_range_picker/brn_date_range_picker.dart
#	lib/src/components/picker/time_picker/date_range_picker/brn_time_range_side_widget.dart
#	lib/src/components/radio/brn_checkbox.dart
#	lib/src/components/radio/brn_radio_button.dart
#	lib/src/components/scroll_anchor/brn_scroll_anchor_tab.dart
#	lib/src/components/selection/bean/brn_selection_common_entity.dart
#	lib/src/components/selection/brn_flat_selection.dart
#	lib/src/components/selection/brn_more_selection.dart
#	lib/src/components/selection/brn_selection_list_entity.dart
#	lib/src/components/selection/brn_selection_view.dart
#	lib/src/components/selection/brn_simple_selection.dart
#	lib/src/components/selection/controller/brn_selection_view_date_picker_controller.dart
#	lib/src/components/selection/converter/brn_selection_converter.dart
#	lib/src/components/selection/widget/brn_flat_selection_item.dart
#	lib/src/components/selection/widget/brn_layer_more_selection_page.dart
#	lib/src/components/selection/widget/brn_selection_animate_widget.dart
#	lib/src/components/selection/widget/brn_selection_common_item_widget.dart
#	lib/src/components/selection/widget/brn_selection_date_range_item_widget.dart
#	lib/src/components/selection/widget/brn_selection_datepicker_animate_widget.dart
#	lib/src/components/selection/widget/brn_selection_list_widget.dart
#	lib/src/components/selection/widget/brn_selection_menu_widget.dart
#	lib/src/components/selection/widget/brn_selection_more_item_widget.dart
#	lib/src/components/selection/widget/brn_selection_range_input_item_widget.dart
#	lib/src/components/selection/widget/brn_selection_range_tag_widget.dart
#	lib/src/components/selection/widget/brn_selection_range_widget.dart
#	lib/src/components/selection/widget/brn_selection_single_list_widget.dart
#	lib/src/components/step/brn_horizontal_steps.dart
#	lib/src/components/step/brn_step_line.dart
#	lib/src/components/tabbar/bottom/brn_bottom_tab_bar_item.dart
#	lib/src/components/tabbar/bottom/brn_bottom_tab_bar_main.dart
#	lib/src/components/tabbar/indicator/brn_custom_width_indicator.dart
#	lib/src/components/tabbar/indicator/brn_fixed_underline_decoration.dart
#	lib/src/components/tabbar/indicator/brn_triangle_decoration.dart
#	lib/src/components/tabbar/normal/brn_switch_title.dart
#	lib/src/components/tabbar/normal/brn_tab_bar.dart
#	lib/src/components/tag/brn_state_tag.dart
#	lib/src/components/tag/brn_tag_custom.dart
#	lib/src/components/tag/tagview/brn_delete_tag.dart
#	lib/src/components/tag/tagview/brn_select_tag.dart
#	lib/src/components/toast/brn_toast.dart
#	lib/src/constants/brn_asset_constants.dart
#	lib/src/constants/brn_constants.dart
#	lib/src/theme/base/brn_default_config_utils.dart
#	lib/src/theme/brn_initializer.dart
#	lib/src/theme/brn_theme_configurator.dart
#	lib/src/theme/configs/brn_action_sheet_config.dart
#	lib/src/theme/configs/brn_appbar_config.dart
#	lib/src/theme/configs/brn_enhance_number_card_config.dart
#	lib/src/theme/configs/brn_selection_config.dart
#	lib/src/utils/brn_event_bus.dart
#	lib/src/utils/i18n/brn_date_picker_i18n.dart
#	pubspec.yaml
  • Loading branch information
violinday committed Mar 11, 2022
2 parents fe2a99f + 3c2ed34 commit 7578a9d
Show file tree
Hide file tree
Showing 221 changed files with 2,568 additions and 1,940 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

## 问题提交

标题格式:[BUG]: 问题简介

内容需包含:

**1、BUG 描述**

问题的描述,请尽量使用简短、准确的语言

**2、复现步骤**

**3、期望行为**

**4、运行环境**

* 运行设备
* 系统
* Bruno 版本
* Flutter Doctor 信息

**5、附加信息**

包括视频、图片等补充信息
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

## 功能需求

在提功能需求之前,建议先查询组件文档,考虑你需要的功能是否可以通过组件其他属性完成。如无法解决 ,issue 参考:

标题格式:[Feature]: 需求描述

内容需包含:

**1、运行环境**

* 运行设备
* 系统
* Bruno 版本
* Flutter Doctor 信息

**2、是否有与之关联的 issue**

**3、描述你期望的解决方案**

**4、附加信息**

包括视频、图片等补充信息
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Suggest
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---

## 优化建议

标题格式:[Optimize]: 优化简介

内容需包含:

**1、优化描述**

**2、关联组件**

**3、具体优化建议**

**4、运行环境(非必填)**

* 运行设备
* 系统
* Bruno 版本
* Flutter Doctor 信息

**5、附加信息**

包括视频、图片等补充信息
51 changes: 51 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Build test

on:
push:
branches:
- master
pull_request:

jobs:
test_iOS:
name: Test iOS on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '8.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.2.3'
- run: dart --version
- run: flutter --version
- run: flutter pub get
- run: flutter analyze lib example/lib
- run: flutter pub publish --dry-run
- run: cd example; flutter build ios --no-codesign

test_android:
name: Test Android on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '8.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.2.3'
- run: dart --version
- run: flutter --version
- run: flutter pub get
- run: flutter analyze lib example/lib
- run: flutter pub publish --dry-run
- run: sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;20.0.5594570"
- run: cd example; flutter build apk --debug
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## [2.1.0-Beta] - 2022-2-15
### Changed

#### base
#### base

- **Breaking change**: Sound null safety support, thanks to @leftcoding #39#33 @donywan #20 @laiiihz #80#64#59#32#14 @kalifun #36 @jojinshallar #81#75#65#62#56#42 @junlandroid #73 @Kenneth #53 @HappyImp #55 @kkkman22 #23 @AlexV525 #30
- **Breaking change**: Refer to the dart language specification to optimized constant and enum naming.
Expand Down
30 changes: 16 additions & 14 deletions README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a href="https://bruno.ke.com">
<img width="200" src="https://img.ljcdn.com/beike/zjz/bruno/img/1637306783951.jpg">
<img width="200" src="https://img.ljcdn.com/beike/zjz/bruno/img/1638883523735.jpg">
</a>
</p>

Expand All @@ -25,7 +25,7 @@ An enterprise-class package of Flutter components for mobile applications.



![](https://img.ljcdn.com/beike/zjz/bruno/img/1637308027692.png)
![](https://img.ljcdn.com/beike/zjz/bruno/img/1638883534391.png)

## ✨ Features

Expand All @@ -36,10 +36,10 @@ An enterprise-class package of Flutter components for mobile applications.

### Demo download

[Bruno for Android]()

[Bruno for iOS]()
<img width="180" height="180" src="https://img.ljcdn.com/beike/zjz/bruno/1639125005085.png" /> <img width="180" height="180" src="https://img.ljcdn.com/beike/zjz/bruno/1639125005077.png" />

If you cannot access the demo, you can directly watch [Overview](https://github.com/Nayuta403/bruno/blob/patch/demo/Overview.MP4) or download the [APK](https://github.com/Nayuta403/bruno/blob/patch/demo/bruno_1.0.0_1_release_develop_c801f2db_20211210034820.apk) file.

## Adapted version of Flutter

Expand All @@ -48,7 +48,9 @@ An enterprise-class package of Flutter components for mobile applications.
| ---------- | ---------------- |
| 1.0.0 | 1.22.4 |
| 2.0.0 | 2.2.2 |
| 2.1.0 | 2.2.2-null safety |

> Attention although we have adapted version 2.2.2, support for null-safe is in the works. We'll keep you updated on github as soon as possible, so stay tuned to 🙂.

## Preparing for use
Expand All @@ -73,13 +75,13 @@ BrnBubbleText(

### 🌈 Customize themes

Reference [custom theme] ().
Reference [custom theme](https://bruno.ke.com/page/guide/theme).



## Contributing

Please read our [Contributing]() first.
Please read our [Contributing](https://bruno.ke.com/page/guide/contribution) first.

Thanks to all the developers who contributed to Bruno !

Expand Down Expand Up @@ -147,14 +149,14 @@ Thanks to all the developers who contributed to Bruno !

## 🔗 Links

- [Homepage]()
- [All component ]()
- [Design concept]()
- [Preparing for use ]()
- [Customize themes]()
- [Frequently asked question]()
- [Sketch usage]()
- [Download of Design]()
- [Homepage](https://bruno.ke.com)
- [All component ](https://bruno.ke.com/page/widgets)
- [Design concept](https://mp.weixin.qq.com/s?__biz=MzIyODcxODY0OA==&mid=2247486048&idx=1&sn=0cc95bd85a54ce0f39f6247d15618ae8&chksm=e84ceb37df3b62216b34c7be041229630eca3d7c4fd3823ebf0520a9f2c99ed2cdf3e677904b&mpshare=1&scene=1&srcid=11012tvWvcYunVGfiPa8EfCT&sharer_sharetime=1635751229200&sharer_shareid=dbde8f595d5b99a8f5cfb27122964615&version=3.1.16.90294)
- [Preparing for use ](https://bruno.ke.com/page/guide/start)
- [Customize themes](https://bruno.ke.com/page/guide/theme)
- [Frequently asked question](https://bruno.ke.com/page/guide/faq)
- [Sketch usage](https://bruno.ke.com/page/guide/sketch)
- [Download of Design](https://bruno.ke.com/download/sketch)

## Acknowledgements

Expand Down
31 changes: 14 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a href="https://bruno.ke.com">
<img width="200" src="https://img.ljcdn.com/beike/zjz/bruno/img/1637306783951.jpg">
<img width="200" src="https://img.ljcdn.com/beike/zjz/bruno/img/1638883523735.jpg">
</a>
</p>

Expand All @@ -21,7 +21,7 @@

</div>

![](https://img.ljcdn.com/beike/zjz/bruno/img/1637308027692.png)
![](https://img.ljcdn.com/beike/zjz/bruno/img/1638883534391.png)


## ✨ 特性
Expand All @@ -33,11 +33,7 @@

### Demo 下载

[Bruno for Android]()

[Bruno for iOS]()


<img width="180" height="180" src="https://img.ljcdn.com/beike/zjz/bruno/1639125005085.png" /> <img width="180" height="180" src="https://img.ljcdn.com/beike/zjz/bruno/1639125005077.png" />


## 适配 Flutter 版本
Expand All @@ -48,6 +44,7 @@
| ---------- | ---------------- |
| 1.0.0 | 1.22.4 |
| 2.0.0 | 2.2.2 |
| 2.1.0 | 2.2.2-null safety |



Expand All @@ -74,13 +71,13 @@ BrnBubbleText(

### 🌈 主题定制

参考 [定制主题]() 文档
参考 [主题定制](https://bruno.ke.com/page/guide/theme) 文档



## 参与贡献

贡献之前请先阅读 [贡献指南]()
贡献之前请先阅读 [贡献指南](https://bruno.ke.com/page/guide/contribution)

感谢所有为 Bruno 做出贡献的开发者!

Expand Down Expand Up @@ -147,21 +144,21 @@ BrnBubbleText(

## 🔗 链接

- [首页]()
- [首页](https://bruno.ke.com)

- [所有组件]()
- [所有组件](https://bruno.ke.com/page/widgets)

- [设计理念]()
- [设计理念](https://mp.weixin.qq.com/s?__biz=MzIyODcxODY0OA==&mid=2247486048&idx=1&sn=0cc95bd85a54ce0f39f6247d15618ae8&chksm=e84ceb37df3b62216b34c7be041229630eca3d7c4fd3823ebf0520a9f2c99ed2cdf3e677904b&mpshare=1&scene=1&srcid=11012tvWvcYunVGfiPa8EfCT&sharer_sharetime=1635751229200&sharer_shareid=dbde8f595d5b99a8f5cfb27122964615&version=3.1.16.90294)

- [快速接入]()
- [快速开始](https://bruno.ke.com/page/guide/start)

- [主题定制]()
- [主题定制](https://bruno.ke.com/page/guide/theme)

- [常见问题]()
- [常见问题](https://bruno.ke.com/page/guide/faq)

- [sketch使用教程]()
- [sketch 设计指引](https://bruno.ke.com/page/guide/sketch)

- [设计物料下载]()
- [设计物料下载](https://bruno.ke.com/download/sketch)

## 致谢

Expand Down
Binary file added demo/Overview.MP4
Binary file not shown.
12 changes: 9 additions & 3 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ order: 6

# FAQ

#### Bruno 什么时候支持空安全?

我们已经在着手迁移空安全的工作,但由于组件体量较大,需要对每个组件的属性及接口做评估,因此支持空安全会相对滞后,敬请期待。

#### 如何找到适配 Flutter SDK 版本?

我们会把最新适配版本更新到 [pub.dev](https://pub.dev/)
我们会把最新适配版本更新到 [pub.dev](https://pub.dev/packages/bruno/)

#### 主题定制没生效可能原因?

Expand All @@ -22,8 +26,10 @@ Bruno 是作为整套解决方案输出,因此没有做组件拆分,以后

#### 不会使用 Sketch 插件怎么办?

通过阅读这篇文章 [Sketch 教程](./sketch) 你将了解并掌握 Sketch 基础用法
通过阅读这篇文章 [Sketch 设计指引](./sketch) 你将快速了解并完成你的设计

#### 遇到问题怎么办?

可以提 [issue](https://github.com/LianjiaTech/bruno/issues/new) 给我们,这里请参照 [issue 规范](https://github.com/LianjiaTech/bruno/issues) 提交,我们会定期查阅大家提的 issue,如果你已经有了解法,欢迎提 [pull request](https://github.com/LianjiaTech/bruno/pulls) 给我们。
可以提 [issue](https://github.com/LianjiaTech/bruno/issues/new) 给我们,这里请参照 [issue 规范](https://github.com/LianjiaTech/bruno/issues/3) 提交,我们会定期查阅大家提的 issue,如果你已经有了解法,欢迎提 [pull request](https://github.com/LianjiaTech/bruno/pulls) 给我们。


12 changes: 3 additions & 9 deletions docs/bruno.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,21 @@ BrnInitializer.register(allThemeConfig:TestConfigUtils.defaultAllConfig);
### 链接

- [首页](../)

- [所有组件](../widgets)

- [设计理念](https://mp.weixin.qq.com/s?__biz=MzIyODcxODY0OA==&mid=2247486048&idx=1&sn=0cc95bd85a54ce0f39f6247d15618ae8&chksm=e84ceb37df3b62216b34c7be041229630eca3d7c4fd3823ebf0520a9f2c99ed2cdf3e677904b&mpshare=1&scene=1&srcid=11012tvWvcYunVGfiPa8EfCT&sharer_sharetime=1635751229200&sharer_shareid=dbde8f595d5b99a8f5cfb27122964615&version=3.1.16.90294)

- [快速接入](./start)

- [主题定制](./theme)

- [常见问题](./faq)
- [Sketch 设计指引](./sketch)

- [sketch 使用教程](./sketch)

- [设计物料下载](https://bruno.ke.com:3008/download/sketch)
- [设计物料下载](https://bruno.ke.com/download/sketch)

### 谁在使用

覆盖贝壳 B 端所有业务线,服务贝壳 10+ App ,组件累积引用超 1w 次。

<blockquote><p style="color:#666666">
<font size="2">如果你的公司和产品使用了Bruno,欢迎到 <a href="http://github/bruno">这里</a> 留言。</font></p></blockquote>
<font size="2">如果你有意愿接入Bruno,或者你公司和产品使用了Bruno,欢迎到 <a href="https://github.com/LianjiaTech/bruno/issues/2">这里</a> 留言。</font></p></blockquote>

### 如何贡献

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ BrnCommonActionSheet({

| **参数名** | **参数类型** | **描述** | **是否必填** | **默认值** |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------ | ------------------------- |
| actions | `List<BrnCommonActionSheetItem>` | 用于存储每个选项的相关配置信息的列表(\*BrnActionItem 含有参数 title---选项标题文案(**必填**),desc----辅助信息文案,actionEleStyle----普通项或警示项,titleStyle---自定义主标题文本样式(覆盖 actionEleStyle)descStyle---自定义辅助信息文本样式(覆盖 actionEleStyle)) |||
| actions | `List<BrnCommonActionSheetItem>` | 用于存储每个选项的相关配置信息的列表(BrnActionItem 含有参数 title---选项标题文案(**必填**),desc----辅助信息文案,actionEleStyle----普通项或警示项,titleStyle---自定义主标题文本样式(覆盖 actionEleStyle)descStyle---自定义辅助信息文本样式(覆盖 actionEleStyle)) |||
| title | String? | 列表标题的文案 |||
| titleWidget | Widget? | 列表标题区域自定义 Widget |||
| cancelTitle | String? | 取消按钮的文案 || ''取消'' |
Expand Down
Loading

0 comments on commit 7578a9d

Please sign in to comment.