-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Theme: 优化单例实现,初步优化 BrnAllThemeConfig 属性获取不为 null * refactor:优化theme,暴露非null引用 * theme:去除无用信息及优化部分代码 * theme:增加属性类型 * 优化修复 EventBus * 迁移example ,优化常量命名,增加export * migrate brn_empty_status.dart * 删除 BrnThemeImg * fix:tagConfig merge方法增加判空处理 * fix:revert tagConfig * fix:BrnAbnormalStateWidget空处理
- Loading branch information
1 parent
7d3ed35
commit 0203e9f
Showing
193 changed files
with
614 additions
and
437 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:example/sample/home/home.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/actionsheet/actionsheet_selected_list_custom_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/actionsheet/actionsheet_selected_list_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/bottom_tabbar/bottom_tabbar_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/button/big_outline_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/button/bottom_button_entry_page.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/button/brn_small_outline_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/button/brn_text_button_panel_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/button/button_panel_entry_page.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/button/button_panel_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/button/common_collection_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/button/icon_button_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/button/selection_collection_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/calendar/calendarview_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'dart:math'; | ||
|
||
import 'package:bruno/bruno.dart'; | ||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/card/bubble/brn_expanded_bubble_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/card/bubble/bubble_entry_page.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/card/bubble/common_bubble_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/card/content/brn_two_rich_content_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/card/content/brn_two_text_content_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/card/content/keyvalue_close_content_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/card/content/number_item_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/card/content/text_content_entry_page.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/card/content/text_value_arrow_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/card_title/brn_action_title_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/card_title/brn_common_title_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/charts/chart_entry_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'dart:math'; | ||
import 'package:bruno/bruno.dart'; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/charts/doughnut_chart_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'dart:math'; | ||
|
||
import 'package:bruno/bruno.dart'; | ||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/charts/line/brn_broken_line_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'dart:math'; | ||
|
||
import 'package:bruno/bruno.dart'; | ||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/charts/line/db_data_node_model.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/charts/progress_bar_chart_example.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'dart:math'; | ||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
2 changes: 2 additions & 0 deletions
2
example/lib/sample/components/charts/progress_chart_entry_page.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:bruno/bruno.dart'; | ||
import 'package:flutter/material.dart'; | ||
|
||
|
Oops, something went wrong.