summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok2025-07-31 14:47:01 +0200
committeruvok2025-07-31 14:47:01 +0200
commit58ccbf2cce80d18bb174a52307386ec67a31174a (patch)
tree41c92d1aad9ac548e142d8f38c9efbd207f198b5
parent5600392e61e7b3dc4cf3a2943f307810e16365ab (diff)
Add rxdart for BehaviorSubject
-rw-r--r--pubspec.lock2
-rw-r--r--pubspec.yaml1
2 files changed, 2 insertions, 1 deletions
diff --git a/pubspec.lock b/pubspec.lock
index 31e10f7..56d23f5 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -313,7 +313,7 @@ packages:
source: hosted
version: "2.1.8"
rxdart:
- dependency: transitive
+ dependency: "direct main"
description:
name: rxdart
sha256: "5c3004a4a8dbb94bd4bf5412a4def4acdaa12e12f269737a5751369e12d1a962"
diff --git a/pubspec.yaml b/pubspec.yaml
index 6277746..75a8033 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -39,6 +39,7 @@ dependencies:
logger: ^2.6.1
meta: ^1.16.0
universal_ble: ^0.21.0
+ rxdart: ^0.28.0
dev_dependencies:
flutter_test: