From 7606ef1d9872ca0466e57779aeaf0ce690cac69b Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Thu, 28 Sep 2023 19:02:06 +0300 Subject: Getting basic functionalities over from the OCR app like the camera. Changes to be committed: modified: lib/main.dart new file: lib/result_screen.dart modified: pubspec.lock modified: pubspec.yaml modified: test/widget_test.dart --- test/widget_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/widget_test.dart') diff --git a/test/widget_test.dart b/test/widget_test.dart index e980ae6..58066c6 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -13,7 +13,7 @@ import 'package:yolo/main.dart'; void main() { testWidgets('Counter increments smoke test', (WidgetTester tester) async { // Build our app and trigger a frame. - await tester.pumpWidget(const MyApp()); + await tester.pumpWidget(const App()); // Verify that our counter starts at 0. expect(find.text('0'), findsOneWidget); -- cgit v1.2.3