上架修改

This commit is contained in:
2026-04-17 00:38:44 +08:00
parent 5e2fbd63a4
commit 0b736d93f9
3 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<application
android:label="learn"
android:label="OSAA 最佳拍檔"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
+1 -1
View File
@@ -120,7 +120,7 @@ class MainMenu extends StatelessWidget {
return Scaffold(
appBar: AppBar(
title: const Text('企業應用主選單'),
title: const Text('OSAA 最佳拍檔'),
// 增加 App Bar 的高度,使其更符合 Material 3 風格 (可選)
toolbarHeight: 70,
// 可以在這裡加入登出按鈕
+2 -2
View File
@@ -1,4 +1,4 @@
name: learn
name: osaa_enterprise_mate
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+7
version: 1.0.0+8
environment:
sdk: ^3.10.0