updated home page settings
This commit is contained in:
parent
c5453124fd
commit
8245ba0820
@ -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">
|
||||
|
||||
@ -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),
|
||||
|
||||
@ -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)),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user