Skip to content
This repository was archived by the owner on Jul 9, 2020. It is now read-only.

Commit f890575

Browse files
authored
fix(flutter_cubit): upgrade to cubit v0.1.2 (#65)
1 parent fa32478 commit f890575

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/flutter_cubit/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.1
2+
3+
- fix: upgrade to `cubit: ^0.1.2`
4+
- docs: minor documentation updates
5+
16
# 0.1.0
27

38
- **BREAKING**: rename `condition` in `CubitBuilder` to `buildWhen`

packages/flutter_cubit/pubspec.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ description: A Flutter library built to expose widgets that integrate with cubit
33
repository: https://github.com/felangel/cubit
44
issue_tracker: https://github.com/felangel/cubit/issues
55
homepage: https://github.com/felangel/cubit
6+
documentation: https://github.com/felangel/cubit
67

7-
version: 0.1.0
8+
version: 0.1.1
89

910
environment:
1011
sdk: ">=2.7.0 <3.0.0"
1112

1213
dependencies:
1314
flutter:
1415
sdk: flutter
15-
cubit: ^0.1.0
16+
cubit: ^0.1.2
1617
provider: ^4.1.3
1718

1819
dev_dependencies:

0 commit comments

Comments
 (0)