Skip to content

Commit c218ead

Browse files
authored
refactor(very_good_flutter_plugin): remove root-level project_name folder from brick structure (#303)
1 parent e51b01f commit c218ead

File tree

233 files changed

+27
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+27
-20
lines changed

.github/workflows/very_good_flutter_plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
dart pub global activate mason_cli
5757
dart pub global activate very_good_cli
5858
mason get
59-
mason make very_good_flutter_plugin -c config.json --on-conflict overwrite --platforms ${{ matrix.platform }}
59+
mason make very_good_flutter_plugin -c config.json --on-conflict overwrite --platforms ${{ matrix.platform }} -o very_good_flutter_plugin_output
6060
6161
- name: 📦 Install Dependencies
6262
run: very_good packages get --recursive very_good_flutter_plugin_output

very_good_flutter_plugin/README.md

Lines changed: 7 additions & 0 deletions

very_good_flutter_plugin/__brick__/{{project_name.snakeCase()}}/.github/ISSUE_TEMPLATE/bug_report.md renamed to very_good_flutter_plugin/__brick__/.github/ISSUE_TEMPLATE/bug_report.md

very_good_flutter_plugin/__brick__/{{project_name.snakeCase()}}/.github/ISSUE_TEMPLATE/build.md renamed to very_good_flutter_plugin/__brick__/.github/ISSUE_TEMPLATE/build.md

very_good_flutter_plugin/__brick__/{{project_name.snakeCase()}}/.github/ISSUE_TEMPLATE/chore.md renamed to very_good_flutter_plugin/__brick__/.github/ISSUE_TEMPLATE/chore.md

very_good_flutter_plugin/__brick__/{{project_name.snakeCase()}}/.github/ISSUE_TEMPLATE/ci.md renamed to very_good_flutter_plugin/__brick__/.github/ISSUE_TEMPLATE/ci.md

very_good_flutter_plugin/__brick__/{{project_name.snakeCase()}}/.github/ISSUE_TEMPLATE/config.yml renamed to very_good_flutter_plugin/__brick__/.github/ISSUE_TEMPLATE/config.yml

File renamed without changes.

very_good_flutter_plugin/__brick__/{{project_name.snakeCase()}}/.github/ISSUE_TEMPLATE/documentation.md renamed to very_good_flutter_plugin/__brick__/.github/ISSUE_TEMPLATE/documentation.md

very_good_flutter_plugin/__brick__/{{project_name.snakeCase()}}/.github/ISSUE_TEMPLATE/feature_request.md renamed to very_good_flutter_plugin/__brick__/.github/ISSUE_TEMPLATE/feature_request.md

very_good_flutter_plugin/__brick__/{{project_name.snakeCase()}}/.github/ISSUE_TEMPLATE/performance.md renamed to very_good_flutter_plugin/__brick__/.github/ISSUE_TEMPLATE/performance.md

0 commit comments

Comments
 (0)