From fbad7d1dc3c5a6481a5cd24129b63634b4fd7ed0 Mon Sep 17 00:00:00 2001 From: Paul DeMarco Date: Mon, 20 Apr 2020 11:59:07 -0400 Subject: [PATCH] Update rxdart dependency to 0.24.0. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c39fb45b..c6f55e9b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: sdk: flutter convert: "^2.1.1" protobuf: "^1.0.1" - rxdart: ^0.23.1 + rxdart: ^0.24.0 dev_dependencies: flutter_test: