File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11name : very_good_flutter_plugin
22description : A Very Good federated Flutter plugin created by Very Good Ventures.
33repository : https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flutter_plugin
4- version : 0.11.1
4+ version : 1.0.0
55
66environment :
77 mason : ^0.1.0
You can’t perform that action at this time.
0 commit comments