Skip to content

Commit 70878bf

Browse files
author
Illia Romanenko
committed
- v 2.0.0
- updated changelog - dart format all files
1 parent 047f01e commit 70878bf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0
2+
3+
- Add null-safety support. Credits to @solid-yuriiprykhodko and @solid-vovabeloded.
4+
15
## 1.2.5+2
26

37
- Updated dependencies

lib/hydrated.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
library hydrated;
22

3-
export 'src/hydrated.dart';
3+
export 'src/hydrated.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hydrated
22
description: An automatically persisted BehaviorSubject with simple hydration for Flutter. Intended to be used with the BLoC pattern.
3-
version: 1.3.0-nullsafety.1
3+
version: 2.0.0
44
homepage: https://github.com/solid-software/hydrated
55

66
environment:

0 commit comments

Comments
 (0)