forked from RodrigoSMarques/flutter_branch_sdk
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from RodrigoSMarques/master
Synchronization of repositories with the latest releases
- Loading branch information
Showing
65 changed files
with
2,786 additions
and
2,074 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: 'Please replace with a clear and descriptive title' | ||
labels: 'type: feature' | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
Thanks for suggesting a new feature! | ||
Please fill in the sections below. | ||
--> | ||
|
||
**Which problem is this feature request solving?** | ||
|
||
<!-- | ||
Example: I'm always frustrated when [...] | ||
--> | ||
|
||
**Describe the solution you'd like** | ||
|
||
<!-- | ||
Example: This could be fixed by [...] | ||
--> | ||
|
||
**Describe alternatives you've considered** | ||
|
||
<!-- | ||
Example: Another solution would be [...] | ||
--> | ||
|
||
**Can you submit a pull request?** | ||
|
||
Yes/No. | ||
|
||
<!-- | ||
Pull requests are welcome! If you would like to help us add this feature, please check our | ||
[contributions guidelines](../blob/main/CONTRIBUTING.md). | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,34 +2,28 @@ name: Publish plugin - pub.dev | |
|
||
on: | ||
push: | ||
# branches: | ||
# - "dev" | ||
tags: | ||
- 'v*' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
release: | ||
publish: | ||
permissions: | ||
id-token: write # Required for authentication using OIDC | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
uses: actions/checkout@v4 | ||
- uses: dart-lang/setup-dart@v1 | ||
- name: Setup Flutter | ||
uses: subosito/flutter-action@v2 | ||
with: | ||
channel: "stable" | ||
cache: true | ||
|
||
- name: Install dependencies | ||
run: dart pub get | ||
- name: Generate documentation | ||
run: dart doc | ||
- name: Publish flutter package | ||
uses: k-paxian/[email protected] | ||
# uses: RodrigoSMarques/dart-package-publisher@master | ||
with: | ||
accessToken: ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_ACCESS_TOKEN }} | ||
refreshToken: ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }} | ||
flutter: true | ||
format: true | ||
skipTests: true | ||
dryRunOnly: true | ||
# docs: true | ||
|
||
#run: dart pub publish --dry-run | ||
run: dart pub publish --force |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.