Skip to content

Commit 0f7e7ce

Browse files
committed
2.2.0-nullsafety.1
1 parent cf15c0b commit 0f7e7ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.0-nullsafety.1 - Nov 30, 2020
2+
- Fixed: support nullable action.
3+
14
## 2.2.0-nullsafety.0 - Nov 28, 2020
25
- Migrate this package to null safety.
36
- Sdk constraints: `>=2.12.0-0 <3.0.0` based on beta release guidelines.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rx_redux
22
description: Redux implementation based on Dart Stream, with the power of RxDart. Reactive redux store for Dart & Flutter.
3-
version: 2.2.0-nullsafety.0
3+
version: 2.2.0-nullsafety.1
44
author: Petrus Nguyễn Thái Học <[email protected]>
55
homepage: https://github.com/hoc081098/rx_redux.git
66
repository: https://github.com/hoc081098/rx_redux.git

0 commit comments

Comments
 (0)