Skip to content

Commit 773cb3a

Browse files
committed
update deps
1 parent fcdf1cd commit 773cb3a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/src/impl/real_storage.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ class RealRxStorage implements RxStorage {
104104
return storage.remove(key);
105105
}
106106

107-
// TODO(40014): Remove cast when type promotion works.
108-
// This would normally be `as T` but we use `as dynamic` to make the
109-
// unneeded check be implicit to match dart2js unsound optimizations in the
110-
// user code.
111107
final dynamicVal = value as dynamic;
112108

113109
if (T == double) {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
sdk: '>=2.7.0 <3.0.0'
88

99
dependencies:
10-
rxdart: '>=0.24.1 <0.26.0'
10+
rxdart: '>=0.25.0 <0.26.0'
1111

1212
dev_dependencies:
1313
pedantic: ^1.9.0

0 commit comments

Comments
 (0)