From d72d74db847f001cb99eae8ae69ada8517393307 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Thu, 21 May 2020 01:48:37 +1000 Subject: [PATCH] Update rxdart to 0.24.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8105045..dd22a73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: flutter: ">=1.12.8 <2.0.0" dependencies: - rxdart: ^0.24.0 + rxdart: ^0.24.1 path: ^1.6.4 path_provider: ^1.5.1 async: ^2.4.0