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

Commit 4938827

Browse files
chore: generate template (#68)
Co-authored-by: VGV Bot <[email protected]>
1 parent 105afe8 commit 4938827

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

brick/__brick__/{{project_name.snakeCase()}}/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,10 @@
1010

1111
**❗ In order to start using {{project_name.titleCase()}} you must have the [Dart SDK][dart_install_link] installed on your machine.**
1212

13-
Add `{{project_name.snakeCase()}}` to your `pubspec.yaml`:
14-
15-
```yaml
16-
dependencies:
17-
{{project_name.snakeCase()}}:
18-
```
19-
20-
Install it:
13+
Install via `dart pub add`:
2114

2215
```sh
23-
dart pub get
16+
dart pub add {{project_name.snakeCase()}}
2417
```
2518

2619
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:very_good_analysis/analysis_options.5.0.0.yaml
1+
include: package:very_good_analysis/analysis_options.5.1.0.yaml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ environment:
99
dev_dependencies:
1010
mocktail: ^1.0.0
1111
test: ^1.19.2
12-
very_good_analysis: ^5.0.0
12+
very_good_analysis: ^5.1.0

0 commit comments

Comments
 (0)