We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdf1cd commit 773cb3aCopy full SHA for 773cb3a
lib/src/impl/real_storage.dart
@@ -104,10 +104,6 @@ class RealRxStorage implements RxStorage {
104
return storage.remove(key);
105
}
106
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.
111
final dynamicVal = value as dynamic;
112
113
if (T == double) {
pubspec.yaml
@@ -7,7 +7,7 @@ environment:
7
sdk: '>=2.7.0 <3.0.0'
8
9
dependencies:
10
- rxdart: '>=0.24.1 <0.26.0'
+ rxdart: '>=0.25.0 <0.26.0'
11
12
dev_dependencies:
13
pedantic: ^1.9.0
0 commit comments