From 912ecb27f3e6797bf5c0d695f0b29e3c0654c039 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Fri, 29 Sep 2023 00:05:53 +0300 Subject: Updated status. --- README.md | 2 ++ lib/main.dart | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9ffe5f..ff23cb3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # yolo +NOT WORKING - will try at some point with the tflite-flutter package. + A new Flutter project. ## Getting Started 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 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 with WidgetsBindingObserver { const Size(256, 64), // Set the desired width and height ), ), - child: const Text('Scan text'), + child: const Text('Scan'), ), ), ), -- cgit v1.2.3