Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 93c469f

Browse files
authored
feat!: update to dart 3 (#60)
feat: update to dart 3
1 parent aba1ea6 commit 93c469f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

patches/pubspec_publish.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ index 48792b7..999e3c8 100644
1010
+{{^publishable}}publish_to: none{{/publishable}}
1111

1212
environment:
13-
sdk: ">=2.19.0 <3.0.0"
13+
sdk: ">=3.0.0 <4.0.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.4.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.0.0.yaml

src/very_good_dart_package/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version: 0.1.0+1
44
publish_to: none
55

66
environment:
7-
sdk: ">=2.19.0 <3.0.0"
7+
sdk: ">=3.0.0 <4.0.0"
88

99
dev_dependencies:
1010
mocktail: ^0.3.0
1111
test: ^1.19.2
12-
very_good_analysis: ^4.0.0
12+
very_good_analysis: ^5.0.0

tool/generator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: generator
22
description: A template generator for Very Good Dart Package.
33

44
environment:
5-
sdk: ">=2.17.0 <3.0.0"
5+
sdk: ">=3.0.0 <4.0.0"
66

77
dependencies:
8-
path: ^1.8.0
8+
path: ^1.8.3

0 commit comments

Comments
 (0)