From 64e9d48d82cdece5c4f7018a227e9781e7497648 Mon Sep 17 00:00:00 2001 From: FaizHashmiCS22 Date: Wed, 14 Jun 2023 15:23:18 +0300 Subject: [PATCH] test commit --- lib/main.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/main.dart b/lib/main.dart index 0d37e23..65752f6 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -9,6 +9,8 @@ void main() { runApp(const MyApp()); } +//test commit + class MyApp extends StatelessWidget { const MyApp({Key key}) : super(key: key);