Skip to content

Commit

Permalink
Feat:适配到3.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OHeroJ committed May 28, 2024
1 parent 1d9354e commit ed15175
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 222 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# web_demo

Flutter 3.19.3 快速构建的一个站点样例,长期维护。
Flutter 3.21.1 快速构建的一个站点样例,长期维护。

在线预览:[https://webdemo.oldbird.run](https://webdemo.oldbird.run)

Expand Down
2 changes: 1 addition & 1 deletion lib/core/provider/view_state_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ViewStateWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
var titleStyle =
Theme.of(context).textTheme.subtitle1?.copyWith(color: Colors.grey);
Theme.of(context).textTheme.titleMedium?.copyWith(color: Colors.grey);
var messageStyle = titleStyle?.copyWith(
color: titleStyle.color?.withOpacity(0.7), fontSize: 14);
return Column(
Expand Down
Loading

0 comments on commit ed15175

Please sign in to comment.