Skip to content

Commit

Permalink
build: remove rxdart_ext, fixes #54
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Oct 26, 2022
1 parent a1da9b7 commit 96583d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ packages:
source: hosted
version: "0.27.4"
rxdart_ext:
dependency: transitive
dependency: "direct main"
description:
name: rxdart_ext
url: "https://pub.dartlang.org"
Expand Down
1 change: 1 addition & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
sdk: flutter
cupertino_icons: ^1.0.4
flutter_provider: ^2.1.0
rxdart_ext: ^0.2.1
rx_shared_preferences:

dependency_overrides:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ packages:
source: hosted
version: "0.27.4"
rxdart_ext:
dependency: "direct main"
dependency: transitive
description:
name: rxdart_ext
url: "https://pub.dartlang.org"
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
sdk: flutter
shared_preferences: ^2.0.15
rx_storage: ^2.0.0
rxdart_ext: ^0.2.2
meta: ^1.7.0

dev_dependencies:
Expand Down

0 comments on commit 96583d7

Please sign in to comment.