Skip to content

Commit 5391ada

Browse files
committed
update version in README
1 parent d8d30c8 commit 5391ada

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.0-nullsafety
2+
- migrate to nullsafety version.
3+
14
## 0.3.1
25
- support add nested list view, but has some limit.
36
- add integration_test for example.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
2222

2323
```yaml
2424
dependencies:
25-
sticky_and_expandable_list: ^0.3.1
25+
sticky_and_expandable_list: ^1.0.0-nullsafety
2626
```
2727
2828
## Basic Usage

README_zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
```yaml
2424
dependencies:
25-
sticky_and_expandable_list: ^0.3.1
25+
sticky_and_expandable_list: ^1.0.0-nullsafety
2626
```
2727
2828
## 基础使用示例

0 commit comments

Comments
 (0)