Skip to content

Commit

Permalink
[Update] update version
Browse files Browse the repository at this point in the history
[Fix] more_page navigatorbar
  • Loading branch information
canxin121 committed Jul 9, 2024
1 parent 15e06d6 commit 5e48d7d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions lib/pages/more_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,25 @@ class MorePageState extends State<MorePage> with WidgetsBindingObserver {
: CupertinoColors.systemGroupedBackground;
return CupertinoPageScaffold(
backgroundColor: backgroundColor,
child: ListView(
children: [
CupertinoNavigationBar(
backgroundColor: backgroundColor,
leading: Padding(
padding: const EdgeInsets.only(left: 0.0),
child: Align(
alignment: Alignment.centerLeft,
child: Text(
'设置',
style: TextStyle(
fontWeight: FontWeight.bold,
fontSize: 24,
color: textColor,
),
),
navigationBar: CupertinoNavigationBar(
backgroundColor: backgroundColor,
leading: Padding(
padding: const EdgeInsets.only(left: 0.0),
child: Align(
alignment: Alignment.centerLeft,
child: Text(
'设置',
style: TextStyle(
fontWeight: FontWeight.bold,
fontSize: 24,
color: textColor,
),
),
),
),
),
child: ListView(
children: [
CupertinoFormSection.insetGrouped(
header: Text('应用信息', style: TextStyle(color: textColor)),
children: [
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: app_rhyme
description: "A Powerfull CrossPlatform Music App"
publish_to: "none"

version: 1.0.6
version: 1.0.7

environment:
sdk: ">=3.3.4 <4.0.0"
Expand Down

0 comments on commit 5e48d7d

Please sign in to comment.