From 220e7c4c9ebc7ab260388dd1ad32a7f97c63da6d Mon Sep 17 00:00:00 2001 From: venbaittech Date: Wed, 29 Oct 2025 15:17:44 +0530 Subject: [PATCH] final code --- lib/app.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/app.dart b/lib/app.dart index f751e69..0cd7d03 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -35,8 +35,8 @@ class _MyAppState extends State { void initState() { super.initState(); - SemanticsBinding.instance - .ensureSemantics(); // -NOTE:only for testing uncomment, Otherwise Email Template wont allow to type + // SemanticsBinding.instance + // .ensureSemantics(); // -NOTE:only for testing uncomment, Otherwise Email Template wont allow to type if (kIsWeb) { final uri = Uri.parse(html.window.location.href); print("URI - $uri");