Skip to content

Commit 3cbe4d3

Browse files
authored
chore(very_good_flutter_plugin): v1.0.0 (#310)
1 parent 4a87a1e commit 3cbe4d3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

very_good_flutter_plugin/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 1.0.0
2+
3+
refactor(very_good_flutter_plugin)!: remove root-level project_name folder from brick structure.
4+
5+
## Migration details
6+
7+
The `very_good_flutter_plugin` brick no longer includes a top-level project name folder.
8+
This allows generating the project directly into the current or a custom directory.
9+
10+
If you prefer to keep the output inside its own folder (as before), use the -o flag:
11+
12+
```dart
13+
// Before:
14+
mason make very_good_flutter_plugin
15+
16+
// After:
17+
mason make very_good_flutter_plugin -o ./output_folder
18+
```
19+
120
# 0.11.1
221

322
- fix: linting issues [#280](https://github.com/VeryGoodOpenSource/very_good_templates/pull/280)

very_good_flutter_plugin/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: very_good_flutter_plugin
22
description: A Very Good federated Flutter plugin created by Very Good Ventures.
33
repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flutter_plugin
4-
version: 0.11.1
4+
version: 1.0.0
55

66
environment:
77
mason: ^0.1.0

0 commit comments

Comments
 (0)