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

Commit

Permalink
chore: generate very_good_core template (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: VGV Bot <[email protected]>
  • Loading branch information
github-actions[bot] and vgvbot authored Mar 21, 2023
1 parent 03b6fd9 commit 3715b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brick/__brick__/{{project_name.snakeCase()}}/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -494,5 +494,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.19.0 <3.0.0"
dart: ">=2.18.0 <3.0.0"
flutter: ">=1.16.0"
2 changes: 1 addition & 1 deletion brick/__brick__/{{project_name.snakeCase()}}/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.19.0 <3.0.0"
sdk: ">=2.18.0 <3.0.0"

dependencies:
bloc: ^8.1.1
Expand Down

0 comments on commit 3715b31

Please sign in to comment.