Skip to content

Commit

Permalink
Prerelease 4.0.0-nullsafety.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimibe committed Nov 20, 2020
1 parent b37a597 commit f0da822
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.0.0-nullsafety.1] - 20.11.2020

* Update example to support null safety
* Add pedantic for code analysis
* Bugfixes: Fix bug where removeListener is called on null [Issue #64](https://github.com/Dimibe/grouped_list/issues/64)

## [4.0.0-nullsafety.0] - 20.11.2020

* New feature: Add support for null safety.
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Pub](https://img.shields.io/pub/v/grouped_list.svg)](https://pub.dev/packages/grouped_list)
![CI](https://github.com/Dimibe/grouped_list/workflows/CI/badge.svg?branch=master)

##### Now with beta support for null safety!
#### Now with beta support for null safety!

A flutter `ListView` in which list items can be grouped to sections.

Expand All @@ -19,14 +19,8 @@ A flutter `ListView` in which list items can be grouped to sections.

Add the package to your pubspec.yaml:

Lates stable:
```yaml
grouped_list: ^3.7.0
```
*or:* Prerelease with null safety support:
```yaml
grouped_list: ^4.0.0-nullsafety.0
```yaml
grouped_list: ^4.0.0-nullsafety.1
```
In your dart file, import the library:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.0-nullsafety.0"
version: "4.0.0-nullsafety.1"
intl:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: grouped_list
description: A Flutter ListView where the list items can be grouped into sections.
version: 4.0.0-nullsafety.0
version: 4.0.0-nullsafety.1
homepage: https://begnis.dev
repository: https://github.com/Dimibe/grouped_list

Expand Down

0 comments on commit f0da822

Please sign in to comment.