From 5e48d7df09c83d8b4a2824e5b381d248f5b7b838 Mon Sep 17 00:00:00 2001 From: canxin Date: Tue, 9 Jul 2024 12:24:04 +0800 Subject: [PATCH] [Update] update version [Fix] more_page navigatorbar --- lib/pages/more_page.dart | 32 ++++++++++++++++---------------- pubspec.yaml | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/lib/pages/more_page.dart b/lib/pages/more_page.dart index 17bad79..50382c9 100644 --- a/lib/pages/more_page.dart +++ b/lib/pages/more_page.dart @@ -66,25 +66,25 @@ class MorePageState extends State 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: [ diff --git a/pubspec.yaml b/pubspec.yaml index e4124dd..a70eec8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"