From aff1b7518aed9703184d74ca2d187635f6a755dc Mon Sep 17 00:00:00 2001 From: Curtly Critchlow Date: Fri, 14 Jun 2024 08:19:37 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20ignore:=20deprecated=5Fmember=5Fuse=20ad?= =?UTF-8?q?ded=20to=20temporarily=20suppress=20info=20=E2=80=A2=20'onPopIn?= =?UTF-8?q?voked'=20is=20deprecated=20and=20shouldn't=20be=20used.=20Use?= =?UTF-8?q?=20onPopInvokedWithResult=20instead.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/at_sync_ui_flutter/lib/at_sync_material.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/at_sync_ui_flutter/lib/at_sync_material.dart b/packages/at_sync_ui_flutter/lib/at_sync_material.dart index 7516f399..796d22e3 100644 --- a/packages/at_sync_ui_flutter/lib/at_sync_material.dart +++ b/packages/at_sync_ui_flutter/lib/at_sync_material.dart @@ -299,6 +299,7 @@ class AtSyncDialog { }, ), ), + // ignore: deprecated_member_use onPopInvoked: (didPop) => Future.value( barrierDismissible, ),