Skip to content

Commit 0920acb

Browse files
committed
2.0.0-nullsafety.1
1 parent 8db03c7 commit 0920acb

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-nullsafety.1 - Jan 21, 2021
2+
3+
- Makes `RxStreamBuilder` extends `StreamBuilder`.
4+
15
## 2.0.0-nullsafety.0 - Jan 20, 2021
26

37
- Migrate this package to null safety.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ packages:
7575
path: ".."
7676
relative: true
7777
source: path
78-
version: "2.0.0-nullsafety.0"
78+
version: "2.0.0-nullsafety.1"
7979
flutter_provider:
8080
dependency: transitive
8181
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_bloc_pattern
22
description: Bloc provider. Provides bloc to descendant widget (O(1)), and the bloc is disposed appropriately by state which the bloc_provider holds internally.
3-
version: 2.0.0-nullsafety.0
3+
version: 2.0.0-nullsafety.1
44
author: Petrus Nguyễn Thái Học <[email protected]>
55
homepage: https://github.com/hoc081098/flutter_bloc_pattern.git
66
repository: https://github.com/hoc081098/flutter_bloc_pattern.git

0 commit comments

Comments
 (0)