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 047f01e commit 70878bfCopy full SHA for 70878bf
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.0.0
2
+
3
+- Add null-safety support. Credits to @solid-yuriiprykhodko and @solid-vovabeloded.
4
5
## 1.2.5+2
6
7
- Updated dependencies
lib/hydrated.dart
@@ -1,3 +1,3 @@
library hydrated;
-export 'src/hydrated.dart';
+export 'src/hydrated.dart';
pubspec.yaml
@@ -1,6 +1,6 @@
name: hydrated
description: An automatically persisted BehaviorSubject with simple hydration for Flutter. Intended to be used with the BLoC pattern.
-version: 1.3.0-nullsafety.1
+version: 2.0.0
homepage: https://github.com/solid-software/hydrated
environment:
0 commit comments