Skip to content

Commit

Permalink
fix Spell Check
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaikai committed Jan 8, 2025
1 parent 30b01fd commit 7e354d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}, colorMap: {
'brandNormalColor': Colors.red
}),
// 不能直接在此处使用contxt,这里虽然被包裹在TGTheme中,但是context未更新,因此阿不到最新数据
// 不能直接在此处使用context,这里虽然被包裹在TGTheme中,但是context未更新,因此阿不到最新数据
child: const TestWidget());

// /// 测试控件
Expand Down
2 changes: 1 addition & 1 deletion tdesign-component/example/lib/page/td_theme_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class _TDThemeColorsPageState extends State<TDThemeColorsPage> {
}, colorMap: {
'brandNormalColor': Colors.red
}),
// 不能直接在此处使用contxt,这里虽然被包裹在TGTheme中,但是context未更新,因此阿不到最新数据
// 不能直接在此处使用context,这里虽然被包裹在TGTheme中,但是context未更新,因此阿不到最新数据
child: const TestWidget());

// /// 测试控件
Expand Down
2 changes: 1 addition & 1 deletion tdesign-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docClass: timeline
- `Calendar`: 新增monthTitleBuilder参数 @hkaikai ([#419](https://github.com/Tencent/tdesign-flutter/pull/419))
- `Calendar`: 新增pickerHeight、pickerItemCount参数,用于控制时间选择组件高度 @hkaikai ([#421](https://github.com/Tencent/tdesign-flutter/pull/421))
- `Toast`: 支持自定义蒙层背景色 @ccXxx1aoBai ([#423](https://github.com/Tencent/tdesign-flutter/pull/423))
- `Rate`: 支持disabeld 参数 @hkaikai ([#357](https://github.com/Tencent/tdesign-flutter/pull/357))
- `Rate`: 支持disabled 参数 @hkaikai ([#357](https://github.com/Tencent/tdesign-flutter/pull/357))
- `Calendar`: 修改CalendarBuilder返回值为Widget @Luozf12345 ([#396](https://github.com/Tencent/tdesign-flutter/pull/396))
- `SearchBar`: 新增只读属性与点击事件 @shizhe2018 ([#393](https://github.com/Tencent/tdesign-flutter/pull/393))
- `Dialog`: TDDialogButtonOptions新增属性字体大小 @shizhe2018 ([#381](https://github.com/Tencent/tdesign-flutter/pull/381))
Expand Down

0 comments on commit 7e354d1

Please sign in to comment.