Skip to content

Commit

Permalink
Add null safety
Browse files Browse the repository at this point in the history
  • Loading branch information
smgks committed Jul 11, 2021
1 parent fc66c18 commit ead4d8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- 0.0.1 Init.
- 0.0.2 Edit environment version, description in pubspec.yaml. Edit README.md.
- 0.0.3 Fix empty array.
- 0.0.4 Fix multiline string.
- 0.0.4 Fix multiline string.
- 1.0.0 Add null safety.
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: to_yaml
description: Simple package to generate yaml from Map.
version: 0.0.3
version: 1.0.0
homepage: https://github.com/smgks/to_yaml

environment:
sdk: '>=2.6.0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'

dev_dependencies:
pedantic: ^1.9.0
yaml: 2.2.1
test: 1.15.3
pedantic: ^1.11.1
yaml: ^3.0.0
test: 1.17.9

0 comments on commit ead4d8a

Please sign in to comment.