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

Commit

Permalink
chore: generate template
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvbot committed Sep 13, 2023
1 parent b929ba9 commit a3bb6c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
3 changes: 2 additions & 1 deletion brick/__brick__/{{project_name.snakeCase()}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.buildlog/
.history
.svn/
migrate_working_dir/

# IntelliJ related
*.iml
Expand All @@ -16,7 +17,7 @@
.idea/

# VSCode related
.vscode/
.vscode/*

# Flutter/Dart/Pub related
**/doc/api/
Expand Down
11 changes: 2 additions & 9 deletions brick/__brick__/{{project_name.snakeCase()}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,10 @@

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

Add `{{project_name.snakeCase()}}` to your `pubspec.yaml`:

```yaml
dependencies:
{{project_name.snakeCase()}}:
```

Install it:
Install via `flutter pub add`:

```sh
flutter packages get
dart pub add {{project_name.snakeCase()}}
```

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:very_good_analysis/analysis_options.5.0.0.yaml
include: package:very_good_analysis/analysis_options.5.1.0.yaml
4 changes: 2 additions & 2 deletions brick/__brick__/{{project_name.snakeCase()}}/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.1.0+1

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.10.0
flutter: ">=3.10.0"

dependencies:
flutter:
Expand All @@ -15,4 +15,4 @@ dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
very_good_analysis: ^5.0.0
very_good_analysis: ^5.1.0

0 comments on commit a3bb6c5

Please sign in to comment.