From e9e885bdd8ab47b11e9103e20c4e55cb7d24a0bb Mon Sep 17 00:00:00 2001 From: eulaly Date: Tue, 12 May 2026 10:40:00 -0400 Subject: [PATCH] removed commented code --- lib/main.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index fe28637..a2bd60b 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -33,7 +33,6 @@ void main() async { ), ), ); - // WidgetsFlutterBinding.ensureInitialized(); // is this necessary? } class MyDrawer extends StatelessWidget {