feat: create package:my_plugin (#7)

This commit is contained in:
Felix Angelov
2022-02-24 15:52:57 -06:00
committed by GitHub
parent c52c385a74
commit ae25569269
123 changed files with 4233 additions and 0 deletions

21
.github/workflows/my_plugin.yaml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: my_plugin
on:
pull_request:
paths:
- ".github/workflows/my_plugin.yaml"
- "src/my_plugin/**"
push:
branches:
- main
paths:
- ".github/workflows/my_plugin.yaml"
- "src/my_plugin/**"
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 2.10.1
working_directory: src/my_plugin