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

Commit 52875b7

Browse files
chore: generate template (#61)
Co-authored-by: VGV Bot <[email protected]>
1 parent ee9e9ad commit 52875b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

brick/__brick__/{{project_name.snakeCase()}}/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 0.1.0+1
44
{{^publishable}}publish_to: none{{/publishable}}
55

66
environment:
7-
sdk: ">=2.19.0 <3.0.0"
8-
flutter: 3.7.0
7+
sdk: ">=3.0.0 <4.0.0"
8+
flutter: 3.10.0
99

1010
dependencies:
1111
flutter:
@@ -15,4 +15,4 @@ dev_dependencies:
1515
flutter_test:
1616
sdk: flutter
1717
mocktail: ^0.3.0
18-
very_good_analysis: ^4.0.0
18+
very_good_analysis: ^5.0.0

0 commit comments

Comments
 (0)