updated home page settings

This commit is contained in:
ALim Aidrus 2025-10-14 15:42:59 +08:00
parent c5453124fd
commit 8245ba0820
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
<!-- MMS V4 1.2.08 -->
<application
android:label="MMS V4 1.2.11"
android:label="MMS V4"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true">

View File

@ -29,7 +29,7 @@ class _HomePageState extends State<HomePage> {
});
},
),
title: const Text("Environment Monitoring"),
title: const Text("MMS Version 3.2.01"),
actions: [
IconButton(
icon: const Icon(Icons.person),

View File

@ -442,7 +442,7 @@ class SplashScreen extends StatelessWidget {
const SizedBox(height: 24),
const CircularProgressIndicator(),
const SizedBox(height: 20),
const Text('Loading app data...', style: TextStyle(fontSize: 16)),
const Text('Loading MMS data...', style: TextStyle(fontSize: 16)),
],
),
),

View File

@ -748,7 +748,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
ListTile(
leading: const Icon(Icons.info_outline),
title: const Text('App Version'),
subtitle: const Text('MMS V4 1.2.11'),
subtitle: const Text('MMS Version 3.2.01'),
dense: true,
),
ListTile(