Skip to content

Commit

Permalink
Merge pull request #7 from PlugFox/feature/null_safety
Browse files Browse the repository at this point in the history
Feature/null safety
  • Loading branch information
PlugFox authored Feb 18, 2021
2 parents b1d962f + 34231f5 commit 51fe1f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Dependencies
run: dart pub get
- name: Check format
run: dart format --set-exit-if-changed none
run: dart format --set-exit-if-changed -l 80 -o none .
- name: Check analyzer
run: dart analyze --fatal-infos --fatal-warnings .
- name: Run tests
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 3.0.0-nullsafety.0 - 2021-02-19
### Changed
- Non nullable ready


## 2.2.0 - 2020-11-20
### Changed
- add when feature
- Add when feature


## 2.1.0 - 2020-10-18
Expand Down

0 comments on commit 51fe1f8

Please sign in to comment.