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

Commit 3715b31

Browse files
chore: generate very_good_core template (#255)
Co-authored-by: VGV Bot <vgvbot@users.noreply.github.com>
1 parent 03b6fd9 commit 3715b31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,5 +494,5 @@ packages:
494494
source: hosted
495495
version: "3.1.1"
496496
sdks:
497-
dart: ">=2.19.0 <3.0.0"
497+
dart: ">=2.18.0 <3.0.0"
498498
flutter: ">=1.16.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.0.0+1
44
publish_to: none
55

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

99
dependencies:
1010
bloc: ^8.1.1

0 commit comments

Comments
 (0)