summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-29 00:05:53 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-29 00:05:53 +0300
commit912ecb27f3e6797bf5c0d695f0b29e3c0654c039 (patch)
tree6dd863abc4665e33969b287cf026d475fd90bf52 /lib
parent7606ef1d9872ca0466e57779aeaf0ce690cac69b (diff)
Updated status.
Diffstat (limited to 'lib')
-rw-r--r--lib/main.dart4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/main.dart b/lib/main.dart
index 30c90ef..2770611 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -121,7 +121,7 @@ class _MainScreenState extends State<MainScreen> with WidgetsBindingObserver {
Scaffold(
appBar: AppBar(
backgroundColor: Theme.of(context).colorScheme.inversePrimary,
- title: const Text('MegaView Text Recognition'),
+ title: const Text('MegaView'),
),
backgroundColor: _isPermissionGranted ? Colors.transparent : null,
body: _isPermissionGranted
@@ -141,7 +141,7 @@ class _MainScreenState extends State<MainScreen> with WidgetsBindingObserver {
const Size(256, 64), // Set the desired width and height
),
),
- child: const Text('Scan text'),
+ child: const Text('Scan'),
),
),
),