Skip to content

Commit

Permalink
Upgrade rxdart version to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Pajewski authored and Paweł Pajewski committed Jan 3, 2025
1 parent 41106d4 commit 584c742
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.13.9",
"flavors": {}
}
}
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,10 @@ packages:
dependency: "direct main"
description:
name: rxdart
sha256: "0c7c0cedd93788d996e33041ffecda924cc54389199cde4e6a34b440f50044cb"
sha256: "5c3004a4a8dbb94bd4bf5412a4def4acdaa12e12f269737a5751369e12d1a962"
url: "https://pub.dev"
source: hosted
version: "0.27.7"
version: "0.28.0"
shelf:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
flutter_hooks: ^0.20.1
leancode_forms:
path: ..
rxdart: ^0.27.7
rxdart: ^0.28.0

dev_dependencies:
bloc_test: ^9.1.4
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
rxdart: ^0.27.7
rxdart: ^0.28.0

dev_dependencies:
bloc_test: ^9.1.4
Expand Down

0 comments on commit 584c742

Please sign in to comment.