Skip to content

Commit da2bda4

Browse files
authored
refactor(dart_frog_gen): update to Dart 3 and Very Good Analysis 5 (#681)
1 parent 9b8da2d commit da2bda4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
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

packages/dart_frog_gen/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
77
documentation: https://dartfrog.vgv.dev/docs/overview
88

99
environment:
10-
sdk: ">=2.19.0 <3.0.0"
10+
sdk: ">=3.0.0 <4.0.0"
1111

1212
dependencies:
1313
path: ^1.8.1
@@ -16,4 +16,4 @@ dependencies:
1616
dev_dependencies:
1717
mocktail: ^0.3.0
1818
test: ^1.19.2
19-
very_good_analysis: ^4.0.0
19+
very_good_analysis: ^5.0.0

0 commit comments

Comments
 (0)