diff options
author | uvok | 2025-07-31 14:47:01 +0200 |
---|---|---|
committer | uvok | 2025-07-31 14:47:01 +0200 |
commit | 58ccbf2cce80d18bb174a52307386ec67a31174a (patch) | |
tree | 41c92d1aad9ac548e142d8f38c9efbd207f198b5 | |
parent | 5600392e61e7b3dc4cf3a2943f307810e16365ab (diff) |
Add rxdart for BehaviorSubject
-rw-r--r-- | pubspec.lock | 2 | ||||
-rw-r--r-- | pubspec.yaml | 1 |
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: |