Skip to content
New issue

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

fix:actionsheet title is not null #128

Merged
merged 136 commits into from
Mar 11, 2022
Merged

fix:actionsheet title is not null #128

merged 136 commits into from
Mar 11, 2022

Commits on Dec 7, 2021

  1. 🚀 merge master to 2.2.x (#1)

    * ✨ fix typo
    
    * setting pubspec.yaml and modify CHANGELOG.md
    
    * fix typo
    
    Co-authored-by: zhoujuanjuan001 <zhoujuanjuan001@ke.com>
    Co-authored-by: zhoujuanjuan <15143015732@163.com>
    3 people committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f01fdc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    b96a551 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    834f6cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e4613 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. flutter 2.8.x support (#8)

    * update TextTheme api usage
    
    * api usage change, WhitelistingTextInputFormatter -> FilteringTextInputFormatter
    laiiihz committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    48a3a52 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Null safe (#13)

    * remove useless comments
    
    * remove useless dependencies
    
    * adapt brn_expandable_text.dart null-safe
    zhoujuanjuan committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    0e14055 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    9fdb8fd View commit details
    Browse the repository at this point in the history
  2. migrate constants to null safety

    laiiihz authored and violinday committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    814920b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5991726 View commit details
    Browse the repository at this point in the history
  4. migrate font util to null safety

    laiiihz authored and violinday committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    540d5ce View commit details
    Browse the repository at this point in the history
  5. migrate brn_text_style to null safety

    laiiihz authored and violinday committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    5ed705a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f41f43 View commit details
    Browse the repository at this point in the history
  7. migrate brn appBar theme to null safety

    laiiihz authored and violinday committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    577299f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    39281ea View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    ae53073 View commit details
    Browse the repository at this point in the history
  2. ♻️ [NNBD] Part 2. Migrate utils (#30)

    * ♻️ Migrate utils to NNBD
    
    * 🎨 Improve the color getter
    AlexV525 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    97b8b77 View commit details
    Browse the repository at this point in the history
  3. 优化radio_button的点击范围 (#31)

    * 优化radio_button的点击范围
    
    * 更改BrnRadioCore的behavior属性默认为HitTestBehavior.translucent
    
    * 代码修改部分格式化(AS)
    Passer-by committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    458ba9d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. 🎨 BrnSearchText (#36)

    kalifun committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    43acef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a37e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    75a2be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f97bf07 View commit details
    Browse the repository at this point in the history
  3. theme:增加属性类型

    zhoujuanjuan committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    44ba17a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Theme: 优化单例实现,初步优化 BrnAllThemeConfig 属性获取不为 null (#40)

    * Theme: 优化单例实现,初步优化 BrnAllThemeConfig 属性获取不为 null
    
    * refactor:优化theme,暴露非null引用
    
    * theme:去除无用信息及优化部分代码
    
    * theme:增加属性类型
    zhoujuanjuan committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    d4a4212 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. 🎨 utils-EventBus添加null-safe (#23)

    * 🎨 utils-EventBus添加null-safe
    
    * 🎨 修改theme配置功能及utils/brn_tools工具函数 null-safe
    
    * 🎨 EventBus添加null-safe(其他提交请忽略,输入回退)
    
    Co-authored-by: 大脸儿 <hexintao521@hotmail.com>
    kkkman22 and hexintao committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    886c48e View commit details
    Browse the repository at this point in the history
  2. refactor brn_toast (#33)

    * refactor brn_toast
    
    * refactor brn_toast
    leftcoding committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    081a7dc View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    cad7451 View commit details
    Browse the repository at this point in the history
  2. 优化修复 EventBus

    zhoujuanjuan committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    c19203f View commit details
    Browse the repository at this point in the history
  3. 优化 EventBus 单例实现 (#43)

    * Theme: 优化单例实现,初步优化 BrnAllThemeConfig 属性获取不为 null
    
    * refactor:优化theme,暴露非null引用
    
    * theme:去除无用信息及优化部分代码
    
    * theme:增加属性类型
    
    * 优化修复 EventBus
    zhoujuanjuan committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    7dff62a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    974e0da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c96cdd3 View commit details
    Browse the repository at this point in the history
  3. migrate brn_loading to null safety (#32)

    * migrate brn_loading to null safety
    
    * mv loading content to brnString constants
    laiiihz committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    3ef1aa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c99d35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a36110 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    c7ae392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e0834b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5db665d View commit details
    Browse the repository at this point in the history
  4. Migrate BrnStateTag、BrnTagCustom、BrnSelectTag、BrnDeleteTag to null-sa…

    …fe (#46)
    
    * [null-safe]: BrnStateTag、BrnTagCustom、BrnSelectTag、BrnDeleteTag 空安全适配
    
    * perf: BrnDeleteTag null-safe
    violinday committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    976d588 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. 删除 BrnThemeImg

    zhoujuanjuan committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    7c12fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b75394 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c00cfd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. fix:revert tagConfig

    zhoujuanjuan committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    ada5216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beec378 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d3ed35 View commit details
    Browse the repository at this point in the history
  4. 迁移example ,优化常量命名,增加export (#51)

    * 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空处理
    zhoujuanjuan committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    0203e9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b852eb6 View commit details
    Browse the repository at this point in the history
  6. 空安全报错修改 (#55)

    * 空安全报错修改
    HappyImp committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    6df9863 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    65a914e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1a515e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96287c6 View commit details
    Browse the repository at this point in the history
  4. Migrated package [selectcity] to null-safety (#56)

    * reset and migrated package [rating] to null-safety.
    
    * Migrated package [selectcity] to null-safety
    
    * 修改ISuspensionBean抽象类相关子类的空字段问题。
    
    * Migrated package [noticebar] to null-safety
    jojinshallar committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    46ec54a View commit details
    Browse the repository at this point in the history
  5. migrate card_title to null safety (#59)

    * migrate card_title to null-safety
    
    * [fix] brn_action_card_title: _sub widget is not null
    
    * [optimize] empty widget use SizedBox instead of Container
    
    * replace empty widget SizedBox to SizedBox.shrink
    laiiihz committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    27dd619 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e69a944 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Migrated package [radio] to null-safety (#62)

    * reset and migrated package [rating] to null-safety.
    
    * Migrated package [selectcity] to null-safety
    
    * 修改ISuspensionBean抽象类相关子类的空字段问题。
    
    * Migrated package [noticebar] to null-safety
    
    * 1.Migrated package [radio] to null-safety;
    2.Modified not-need-nullable param in brn_single_select_city_page.dart;
    jojinshallar committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    232f347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31532f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    162fcfe View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Migrated package [guide] to null-safety (#65)

    * reset and migrated package [rating] to null-safety.
    
    * Migrated package [selectcity] to null-safety
    
    * 修改ISuspensionBean抽象类相关子类的空字段问题。
    
    * Migrated package [noticebar] to null-safety
    
    * 1.Migrated package [radio] to null-safety;
    2.Modified not-need-nullable param in brn_single_select_city_page.dart;
    
    * Migrated package [guide] to null-safety
    jojinshallar committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    fc0579a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    925350c View commit details
    Browse the repository at this point in the history
  3. Null safe calendar (#64)

    * migrate calendar widget to null safety
    
    * brn_calendar_view fix _currentStartSelectedDate is not null
    
    * brn_calendar_view: simplify borderRadius usage
    
    * calendar widget late _displayMode
    
    * calendar widget add two constructors with date change
    laiiihz committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    4fe8680 View commit details
    Browse the repository at this point in the history
  4. Card Components Null safe adapter (#53)

    * feat: support fvm
    
    * feat: Card components null-safey adpater
    
    * refactor: make code simple and clean
    
    * refactor: make code simple and clean
    KennethYo committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    00c53b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bd473f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    103ab13 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. fix #71 (#77)

    leftcoding committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    2c991c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b141fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e25ffd View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Null safe of all buttons (#20)

    * icon button 增加null safe
    
    * null safe for normal button
    
    * null safe for normal button
    
    * null safe for button
    
    * null safe for all button
    
    * merge
    
    * rebase
    
    * rebase
    
    * merge
    
    * optimization
    
    * GlobalKey is not null
    
    * optimization
    
    * reset popup window
    
    * showButtonPanelPopList
    
    Co-authored-by: foreturn <foreturn@outlook.com>
    donywan and foreturn committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    2a4a43b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Migrated package [navbar][input] to null-safety (#75)

    * reset and migrated package [rating] to null-safety.
    
    * Migrated package [selectcity] to null-safety
    
    * 修改ISuspensionBean抽象类相关子类的空字段问题。
    
    * Migrated package [noticebar] to null-safety
    
    * 1.Migrated package [radio] to null-safety;
    2.Modified not-need-nullable param in brn_single_select_city_page.dart;
    
    * Migrated package [guide] to null-safety
    
    * Migrated package [navbar][input] to null-safety
    
    * Optimized codes in brn_appbar.dart
    
    * Restore partial modification
    jojinshallar committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    8237c32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b7a3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5748da7 View commit details
    Browse the repository at this point in the history
  4. Migrated tabbar & scroll_anchor to null-safety (#66)

    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    zhoujuanjuan committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    244a957 View commit details
    Browse the repository at this point in the history
  5. Migrate Selection to null-safe (#54)

    * [null-safe]: BrnStateTag、BrnTagCustom、BrnSelectTag、BrnDeleteTag 空安全适配
    
    * perf: BrnDeleteTag null-safe
    
    * Migrate Selection to null-safe
    
    * Migrate Selection to null-safe
    
    * perf:  ItemEntity name 字段的初始化
    
    * Migrate Selection to null-safe
    violinday committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a8101d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    8c25d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c33fd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07c308a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Migrated package [dialog] to null-safety (#81)

    * reset and migrated package [rating] to null-safety.
    
    * Migrated package [selectcity] to null-safety
    
    * 修改ISuspensionBean抽象类相关子类的空字段问题。
    
    * Migrated package [noticebar] to null-safety
    
    * 1.Migrated package [radio] to null-safety;
    2.Modified not-need-nullable param in brn_single_select_city_page.dart;
    
    * Migrated package [guide] to null-safety
    
    * Migrated package [navbar][input] to null-safety
    
    * Optimized codes in brn_appbar.dart
    
    * Restore partial modification
    
    * Migrated package [dialog] to null-safety
    
    * Modified some params's default value or  nullable type
    jojinshallar committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    8e07cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdf45af View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    488f70d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. migrate charts to null safety (#80)

    * migrate DoughuntChart to null safety
    
    * migrate progress bar chart to null safety
    
    * update progress bar chart document
    
    * migrate progress chart to null safety
    
    * migrate radar chart to null safety
    
    * migrate funnel chart to null safety
    
    * migrate broken line chart to null safety
    
    * fix progress bar chart some value is required
    
    * fix progress bar chart some value is required
    
    * fix brn_line_paint _path is not null
    
    * fix brn_funnel_chart properties is not null
    
    * fix brn_radar_chart properties is not null
    
    * fix brn_line_painter not null values
    
    * fix brn_progress_bar_chart error
    
    * brn_broken_line some properties is not null value
    
    * replace empty Container to SizedBox.shrink
    
    * update progress_bar_chart null safety value by hand
    
    * update broken_line null safety values by hand
    
    * update funnel_chart null safety value by hand
    
    * make LineCanvasModel immutable
    laiiihz committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    0704e89 View commit details
    Browse the repository at this point in the history
  2. migrate actionsheet into null-safe (#73)

    * migrate actionsheet into null-safe
    
    * sheet: code review
    
    Co-authored-by: yuanjunliang <yuanjunliang1@flkj.ai>
    junlandroid and yuanjunliang committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    79cb687 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    e1749fe View commit details
    Browse the repository at this point in the history
  2. fix:修复迁移问题

    zhoujuanjuan committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    0b4c168 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f3b4d3 View commit details
    Browse the repository at this point in the history
  4. migrate form to null safety (#86)

    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    
    * migrate form to null safety
    
    * fix:修复tabbar报错及selection警告信息
    
    * fix:修复迁移问题
    
    * fix:优化迁移部分问题key和style非空问题
    zhoujuanjuan committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8344fb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b89f72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b9e3ab View commit details
    Browse the repository at this point in the history
  7. migrate popup to null safety (#69)

    * migrate popup to null safety
    
    * fix MeasureSize null safe problems
    
    * fix popup migrate to null-safety review problems
    hexintao committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8629bb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. migrate gallery to null safety (#90)

    * migrate gallery to null safety
    
    * change the type error
    
    * remove @
    
    * change String? to String
    Nayuta403 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    04432c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbe085a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d7fcc1 View commit details
    Browse the repository at this point in the history
  4. migrate appraise dir to null safety (#84)

    * migrate appraise dir to null safety
    
    * fix appraise migrate to null-safety review problems
    hexintao committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    49e9147 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    a23e201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa42f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33ed04a View commit details
    Browse the repository at this point in the history
  4. migrate picker to null safety (#91)

    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    
    * migrate form to null safety
    
    * fix:修复tabbar报错及selection警告信息
    
    * fix:修复迁移问题
    
    * fix:优化迁移部分问题key和style非空问题
    
    * migrate picker to null safety
    
    * fix:修复picker空安全迁移问题
    
    * fix:修复list没指定泛型及if判断错误问题
    
    * fix:migrate dashed line to null safty
    zhoujuanjuan committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    a4c1a74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8234a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4300e62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    069436d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e28aa4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    00f8a47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b17ba3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a526542 View commit details
    Browse the repository at this point in the history
  4. Perf:Button Null safe (#93)

    * perf: Migrate Button Null-Safe
    
    * perf:优化 HorizontalStep Null-Safe
    
    * fix: null exception when parse json to entity
    
    * perf Button Null-Safe,
    fix NullException
    perf  more layer  icon  color when item selected
    violinday committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    7add53d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    966b63e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. migrate example to null safety (#94)

    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    
    * migrate form to null safety
    
    * fix:修复tabbar报错及selection警告信息
    
    * fix:修复迁移问题
    
    * fix:优化迁移部分问题key和style非空问题
    
    * migrate picker to null safety
    
    * fix:修复picker空安全迁移问题
    
    * fix:修复list没指定泛型及if判断错误问题
    
    * fix:migrate dashed line to null safty
    
    * migrate example to null safty
    
    * fix:修复部分example warning
    
    * fix:修复demo报错问题
    
    * fix:追加未跟踪修复
    
    * fix:优化部分接口可空参数为非空
    
    Co-authored-by: violinday <flwh123@sina.com>
    zhoujuanjuan and violinday committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    5401fba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7028763 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    4c62a0c View commit details
    Browse the repository at this point in the history
  2. Fix #98 问题及优化部分代码 (#99)

    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    
    * migrate form to null safety
    
    * fix:修复tabbar报错及selection警告信息
    
    * fix:修复迁移问题
    
    * fix:优化迁移部分问题key和style非空问题
    
    * migrate picker to null safety
    
    * fix:修复picker空安全迁移问题
    
    * fix:修复list没指定泛型及if判断错误问题
    
    * fix:migrate dashed line to null safty
    
    * migrate example to null safty
    
    * fix:修复部分example warning
    
    * fix:修复demo报错问题
    
    * fix:追加未跟踪修复
    
    * fix:优化部分接口可空参数为非空
    
    * fix:修复tabar showmore overflow 问题 #98 以及 tabbar 标签颜色默认设置倒置问题
    
    Co-authored-by: violinday <flwh123@sina.com>
    zhoujuanjuan and violinday committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    140cd43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcc5731 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb34dc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b10b9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    589daf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. 优化 BrnInputItemType 常量命名 (#100)

    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    
    * migrate form to null safety
    
    * fix:修复tabbar报错及selection警告信息
    
    * fix:修复迁移问题
    
    * fix:优化迁移部分问题key和style非空问题
    
    * migrate picker to null safety
    
    * fix:修复picker空安全迁移问题
    
    * fix:修复list没指定泛型及if判断错误问题
    
    * fix:migrate dashed line to null safty
    
    * migrate example to null safty
    
    * fix:修复部分example warning
    
    * fix:修复demo报错问题
    
    * fix:追加未跟踪修复
    
    * fix:优化部分接口可空参数为非空
    
    * fix:修复tabar showmore overflow 问题 #98 以及 tabbar 标签颜色默认设置倒置问题
    
    * refactor:优化 BrnInputItemType 常量命名
    
    * refactor:优化枚举值命名
    
    * fix:修改docs目录下form相关常量命名及所有枚举命名
    
    Co-authored-by: violinday <flwh123@sina.com>
    zhoujuanjuan and violinday committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a7ec085 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    295b16a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ead0c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b67f8b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1d0efc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    97f6a1f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    9748fac View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. fix:修复部分问题

    zhoujuanjuan committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    b0092e0 View commit details
    Browse the repository at this point in the history
  2. fix:修复部分问题

    zhoujuanjuan committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d370e7b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/null-safe' into 2.2.x (#102)

    * Null safe (#13)
    
    * remove useless comments
    
    * remove useless dependencies
    
    * adapt brn_expandable_text.dart null-safe
    
    * upgrade dependencies:collection to stable
    
    * migrate constants to null safety
    
    * migrate brn_multi_click_util to null safety
    
    * migrate font util to null safety
    
    * migrate brn_text_style to null safety
    
    * migrate brn picker constants to null safety
    
    * migrate brn appBar theme to null safety
    
    * optimize bruno theme's import (#16)
    
    * ♻️  [NNBD] Part 1. Migrate configs (#28)
    
    * ♻️ [NNBD] Part 2. Migrate utils (#30)
    
    * ♻️ Migrate utils to NNBD
    
    * 🎨 Improve the color getter
    
    * 🎨 BrnSearchText (#36)
    
    * Theme: 优化单例实现,初步优化 BrnAllThemeConfig 属性获取不为 null
    
    * refactor:优化theme,暴露非null引用
    
    * theme:去除无用信息及优化部分代码
    
    * theme:增加属性类型
    
    * Theme: 优化单例实现,初步优化 BrnAllThemeConfig 属性获取不为 null (#40)
    
    * Theme: 优化单例实现,初步优化 BrnAllThemeConfig 属性获取不为 null
    
    * refactor:优化theme,暴露非null引用
    
    * theme:去除无用信息及优化部分代码
    
    * theme:增加属性类型
    
    * 🎨 utils-EventBus添加null-safe (#23)
    
    * 🎨 utils-EventBus添加null-safe
    
    * 🎨 修改theme配置功能及utils/brn_tools工具函数 null-safe
    
    * 🎨 EventBus添加null-safe(其他提交请忽略,输入回退)
    
    Co-authored-by: 大脸儿 <hexintao521@hotmail.com>
    
    * refactor brn_toast (#33)
    
    * refactor brn_toast
    
    * refactor brn_toast
    
    * 优化修复 EventBus
    
    * 优化 EventBus  单例实现 (#43)
    
    * Theme: 优化单例实现,初步优化 BrnAllThemeConfig 属性获取不为 null
    
    * refactor:优化theme,暴露非null引用
    
    * theme:去除无用信息及优化部分代码
    
    * theme:增加属性类型
    
    * 优化修复 EventBus
    
    * brn_toast time change to seconds (#45)
    
    * migrate brn_loading to null safety (#32)
    
    * migrate brn_loading to null safety
    
    * mv loading content to brnString constants
    
    * optimization brn_theme_configurator instance constructor (#47)
    
    * 迁移example ,优化常量命名,增加export
    
    * migrate brn_empty_status.dart
    
    * Migrate BrnStateTag、BrnTagCustom、BrnSelectTag、BrnDeleteTag to null-safe (#46)
    
    * [null-safe]: BrnStateTag、BrnTagCustom、BrnSelectTag、BrnDeleteTag 空安全适配
    
    * perf: BrnDeleteTag null-safe
    
    * 删除 BrnThemeImg
    
    * fix:tagConfig merge方法增加判空处理
    
    * fix:revert tagConfig
    
    * fix:BrnAbnormalStateWidget空处理
    
    * reset and migrated package [rating] to null-safety. (#42)
    
    * 迁移example ,优化常量命名,增加export (#51)
    
    * 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空处理
    
    * 空安全报错修改 (#55)
    
    * 空安全报错修改
    
    * 优化sketch教程为视频教程
    
    * Migrated  package [selectcity] to null-safety (#56)
    
    * reset and migrated package [rating] to null-safety.
    
    * Migrated package [selectcity] to null-safety
    
    * 修改ISuspensionBean抽象类相关子类的空字段问题。
    
    * Migrated package [noticebar] to null-safety
    
    * migrate card_title to null safety (#59)
    
    * migrate card_title to null-safety
    
    * [fix] brn_action_card_title: _sub widget is not null
    
    * [optimize] empty widget use SizedBox instead of Container
    
    * replace empty widget SizedBox to SizedBox.shrink
    
    * Migrated package [radio] to null-safety (#62)
    
    * reset and migrated package [rating] to null-safety.
    
    * Migrated package [selectcity] to null-safety
    
    * 修改ISuspensionBean抽象类相关子类的空字段问题。
    
    * Migrated package [noticebar] to null-safety
    
    * 1.Migrated package [radio] to null-safety;
    2.Modified not-need-nullable param in brn_single_select_city_page.dart;
    
    * Migrated tabbar to null-safety
    
    * Migrated package [guide] to null-safety (#65)
    
    * reset and migrated package [rating] to null-safety.
    
    * Migrated package [selectcity] to null-safety
    
    * 修改ISuspensionBean抽象类相关子类的空字段问题。
    
    * Migrated package [noticebar] to null-safety
    
    * 1.Migrated package [radio] to null-safety;
    2.Modified not-need-nullable param in brn_single_select_city_page.dart;
    
    * Migrated package [guide] to null-safety
    
    * 🚀 Use the latest Podfile for the example (#68)
    
    * Null safe calendar (#64)
    
    * migrate calendar widget to null safety
    
    * brn_calendar_view fix _currentStartSelectedDate is not null
    
    * brn_calendar_view: simplify borderRadius usage
    
    * calendar widget late _displayMode
    
    * calendar widget add two constructors with date change
    
    * Card Components Null safe adapter (#53)
    
    * feat: support fvm
    
    * feat: Card components null-safey adpater
    
    * refactor: make code simple and clean
    
    * refactor: make code simple and clean
    
    * Migrated scroll_anchor to null-safety
    
    * fix #71 (#77)
    
    * fix content_card themeData is not null (#79)
    
    * Null safe of all buttons (#20)
    
    * icon button 增加null safe
    
    * null safe for normal button
    
    * null safe for normal button
    
    * null safe for button
    
    * null safe for all button
    
    * merge
    
    * rebase
    
    * rebase
    
    * merge
    
    * optimization
    
    * GlobalKey is not null
    
    * optimization
    
    * reset popup window
    
    * showButtonPanelPopList
    
    Co-authored-by: foreturn <foreturn@outlook.com>
    
    * Migrated package [navbar][input] to null-safety (#75)
    
    * reset and migrated package [rating] to null-safety.
    
    * Migrated package [selectcity] to null-safety
    
    * 修改ISuspensionBean抽象类相关子类的空字段问题。
    
    * Migrated package [noticebar] to null-safety
    
    * 1.Migrated package [radio] to null-safety;
    2.Modified not-need-nullable param in brn_single_select_city_page.dart;
    
    * Migrated package [guide] to null-safety
    
    * Migrated package [navbar][input] to null-safety
    
    * Optimized codes in brn_appbar.dart
    
    * Restore partial modification
    
    * fix:修复迁移tabar问题
    
    * Migrated tabbar & scroll_anchor to null-safety (#66)
    
    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    
    * Migrate Selection to null-safe (#54)
    
    * [null-safe]: BrnStateTag、BrnTagCustom、BrnSelectTag、BrnDeleteTag 空安全适配
    
    * perf: BrnDeleteTag null-safe
    
    * Migrate Selection to null-safe
    
    * Migrate Selection to null-safe
    
    * perf:  ItemEntity name 字段的初始化
    
    * Migrate Selection to null-safe
    
    * migrate form to null safety
    
    * fix:修复tabbar报错及selection警告信息
    
    * Migrated package [dialog] to null-safety (#81)
    
    * reset and migrated package [rating] to null-safety.
    
    * Migrated package [selectcity] to null-safety
    
    * 修改ISuspensionBean抽象类相关子类的空字段问题。
    
    * Migrated package [noticebar] to null-safety
    
    * 1.Migrated package [radio] to null-safety;
    2.Modified not-need-nullable param in brn_single_select_city_page.dart;
    
    * Migrated package [guide] to null-safety
    
    * Migrated package [navbar][input] to null-safety
    
    * Optimized codes in brn_appbar.dart
    
    * Restore partial modification
    
    * Migrated package [dialog] to null-safety
    
    * Modified some params's default value or  nullable type
    
    * migrate brn_horizontal_steps、brn_step_line to null safety (#89)
    
    * migrate charts to null safety (#80)
    
    * migrate DoughuntChart to null safety
    
    * migrate progress bar chart to null safety
    
    * update progress bar chart document
    
    * migrate progress chart to null safety
    
    * migrate radar chart to null safety
    
    * migrate funnel chart to null safety
    
    * migrate broken line chart to null safety
    
    * fix progress bar chart some value is required
    
    * fix progress bar chart some value is required
    
    * fix brn_line_paint _path is not null
    
    * fix brn_funnel_chart properties is not null
    
    * fix brn_radar_chart properties is not null
    
    * fix brn_line_painter not null values
    
    * fix brn_progress_bar_chart error
    
    * brn_broken_line some properties is not null value
    
    * replace empty Container to SizedBox.shrink
    
    * update progress_bar_chart null safety value by hand
    
    * update broken_line null safety values by hand
    
    * update funnel_chart null safety value by hand
    
    * make LineCanvasModel immutable
    
    * migrate actionsheet into null-safe (#73)
    
    * migrate actionsheet into null-safe
    
    * sheet: code review
    
    Co-authored-by: yuanjunliang <yuanjunliang1@flkj.ai>
    
    * fix:修复迁移问题
    
    * fix:优化迁移部分问题key和style非空问题
    
    * migrate form to null safety (#86)
    
    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    
    * migrate form to null safety
    
    * fix:修复tabbar报错及selection警告信息
    
    * fix:修复迁移问题
    
    * fix:优化迁移部分问题key和style非空问题
    
    * migrate picker to null safety
    
    * migrate popup to null safety (#69)
    
    * migrate popup to null safety
    
    * fix MeasureSize null safe problems
    
    * fix popup migrate to null-safety review problems
    
    * migrate gallery to null safety (#90)
    
    * migrate gallery to null safety
    
    * change the type error
    
    * remove @
    
    * change String? to String
    
    * fix:修复picker空安全迁移问题
    
    * migrate appraise dir to null safety (#84)
    
    * migrate appraise dir to null safety
    
    * fix appraise migrate to null-safety review problems
    
    * fix:修复list没指定泛型及if判断错误问题
    
    * fix:migrate dashed line to null safty
    
    * migrate picker to null safety (#91)
    
    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    
    * migrate form to null safety
    
    * fix:修复tabbar报错及selection警告信息
    
    * fix:修复迁移问题
    
    * fix:优化迁移部分问题key和style非空问题
    
    * migrate picker to null safety
    
    * fix:修复picker空安全迁移问题
    
    * fix:修复list没指定泛型及if判断错误问题
    
    * fix:migrate dashed line to null safty
    
    * migrate example to null safty
    
    * fix:修复部分example warning
    
    * fix:修复demo报错问题
    
    * fix:追加未跟踪修复
    
    * fix:优化部分接口可空参数为非空
    
    * Perf:Button Null safe (#93)
    
    * perf: Migrate Button Null-Safe
    
    * perf:优化 HorizontalStep Null-Safe
    
    * fix: null exception when parse json to entity
    
    * perf Button Null-Safe,
    fix NullException
    perf  more layer  icon  color when item selected
    
    * migrate example to null safety (#94)
    
    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    
    * migrate form to null safety
    
    * fix:修复tabbar报错及selection警告信息
    
    * fix:修复迁移问题
    
    * fix:优化迁移部分问题key和style非空问题
    
    * migrate picker to null safety
    
    * fix:修复picker空安全迁移问题
    
    * fix:修复list没指定泛型及if判断错误问题
    
    * fix:migrate dashed line to null safty
    
    * migrate example to null safty
    
    * fix:修复部分example warning
    
    * fix:修复demo报错问题
    
    * fix:追加未跟踪修复
    
    * fix:优化部分接口可空参数为非空
    
    Co-authored-by: violinday <flwh123@sina.com>
    
    * fix:修复tabar showmore overflow 问题 #98 以及 tabbar 标签颜色默认设置倒置问题
    
    * Fix #98 问题及优化部分代码 (#99)
    
    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    
    * migrate form to null safety
    
    * fix:修复tabbar报错及selection警告信息
    
    * fix:修复迁移问题
    
    * fix:优化迁移部分问题key和style非空问题
    
    * migrate picker to null safety
    
    * fix:修复picker空安全迁移问题
    
    * fix:修复list没指定泛型及if判断错误问题
    
    * fix:migrate dashed line to null safty
    
    * migrate example to null safty
    
    * fix:修复部分example warning
    
    * fix:修复demo报错问题
    
    * fix:追加未跟踪修复
    
    * fix:优化部分接口可空参数为非空
    
    * fix:修复tabar showmore overflow 问题 #98 以及 tabbar 标签颜色默认设置倒置问题
    
    Co-authored-by: violinday <flwh123@sina.com>
    
    * refactor:优化 BrnInputItemType 常量命名
    
    * refactor:优化枚举值命名
    
    * fix:修改docs目录下form相关常量命名及所有枚举命名
    
    * 优化 BrnInputItemType 常量命名 (#100)
    
    * 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空处理
    
    * Migrated tabbar to null-safety
    
    * Migrated scroll_anchor to null-safety
    
    * fix:修复迁移tabar问题
    
    * migrate form to null safety
    
    * fix:修复tabbar报错及selection警告信息
    
    * fix:修复迁移问题
    
    * fix:优化迁移部分问题key和style非空问题
    
    * migrate picker to null safety
    
    * fix:修复picker空安全迁移问题
    
    * fix:修复list没指定泛型及if判断错误问题
    
    * fix:migrate dashed line to null safty
    
    * migrate example to null safty
    
    * fix:修复部分example warning
    
    * fix:修复demo报错问题
    
    * fix:追加未跟踪修复
    
    * fix:优化部分接口可空参数为非空
    
    * fix:修复tabar showmore overflow 问题 #98 以及 tabbar 标签颜色默认设置倒置问题
    
    * refactor:优化 BrnInputItemType 常量命名
    
    * refactor:优化枚举值命名
    
    * fix:修改docs目录下form相关常量命名及所有枚举命名
    
    Co-authored-by: violinday <flwh123@sina.com>
    
    * refactor: 更新 changelog
    
    * refactor:BrnBubbleText 增加属性 bgColor、textStyle,修复demo  actionSheet、gallery、selection、picker错误
    
    * fix:修复changelog 错误,brn_gallery_summary_page.dart 中标题空处理
    
    * fix:修复部分问题
    
    * fix:修复部分问题
    
    Co-authored-by: laiiihz <laiiihz@outlook.com>
    Co-authored-by: LAIIIHZ <35956195+laiiihz@users.noreply.github.com>
    Co-authored-by: Alex Li <github@alexv525.com>
    Co-authored-by: kalifun <37646342+kalifun@users.noreply.github.com>
    Co-authored-by: kkkman22 <2594387207@qq.com>
    Co-authored-by: 大脸儿 <hexintao521@hotmail.com>
    Co-authored-by: leftcoding <137387869@qq.com>
    Co-authored-by: violinday <flwh123@sina.com>
    Co-authored-by: jojinshallar <jojinshallar@outlook.com>
    Co-authored-by: HappyImp <kyluzoi@gmail.com>
    Co-authored-by: Kenneth <youzicong@gmail.com>
    Co-authored-by: donywan <donywan@outlook.com>
    Co-authored-by: foreturn <foreturn@outlook.com>
    Co-authored-by: Junl <17602153700@163.com>
    Co-authored-by: yuanjunliang <yuanjunliang1@flkj.ai>
    Co-authored-by: Nayuta403 <40540394+Nayuta403@users.noreply.github.com>
    17 people committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    045a2d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    15a6f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b9b02d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1aa482 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. fix:优化changelog

    zhoujuanjuan committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    40f66f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5527d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    a073c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13b7ada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39da48f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc9ef85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    519f7a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f9a304 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    3224c0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ed6757 View commit details
    Browse the repository at this point in the history
  3. update changelog

    zhoujuanjuan committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    97877b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01b6792 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1819eb View commit details
    Browse the repository at this point in the history