Skip to content

Commit 9642dcb

Browse files
authored
chore!: migrate to null safety (#15)
1 parent 1a67c4f commit 9642dcb

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
container:
9-
image: google/dart:2.8.4
9+
image: google/dart:2.12-beta
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Install Dependencies

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.0-nullsafety.0
2+
3+
- chore: migrate to null safety
4+
15
# 1.0.4
26

37
- docs: README and metadata updates

example/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: very_good_analysis_example
22
version: 0.0.1
3+
publish_to: none
34

45
dependencies:
56
very_good_analysis:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: very_good_analysis
2-
version: 1.0.4
2+
version: 2.0.0-nullsafety.0
33
description: >-
44
Very Good Dart analyzer settings and best practices used internally at Very Good Ventures.
55
repository: https://github.com/VeryGoodOpenSource/very_good_analysis
@@ -8,7 +8,7 @@ homepage: https://github.com/VeryGoodOpenSource/very_good_analysis
88
documentation: https://github.com/VeryGoodOpenSource/very_good_analysis
99

1010
environment:
11-
sdk: ">=2.0.0 <3.0.0"
11+
sdk: ">=2.12.0-0 <3.0.0"
1212

1313
dependencies:
14-
pedantic: ^1.0.0
14+
pedantic: ^1.10.0-nullsafety.3

0 commit comments

Comments
 (0)