From 98cc284ad8f1dae29c1f9360677eb3731051e133 Mon Sep 17 00:00:00 2001 From: Littlegnal <8847263+littleGnAl@users.noreply.github.com> Date: Fri, 17 Mar 2023 15:47:47 +0800 Subject: [PATCH] fix: fix crash caused by memory leak when register the raw data observers (#957) * fix: fix crash cause by memory leak when register the raw data observers --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b519a4b3b..39c14f625 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,8 @@ dependencies: ffi: '>=1.1.2' async: ^2.8.2 meta: ^1.7.0 - iris_method_channel: ^1.1.0-rc.3 + iris_method_channel: ^1.1.0-rc.5 + dev_dependencies: flutter_test: sdk: flutter