-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into SNP-400_updates_build_badge
- Loading branch information
Showing
41 changed files
with
695 additions
and
610 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,3 @@ | ||
{ | ||
"flutter": "3.19.0" | ||
} |
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 |
---|---|---|
@@ -1,45 +1,58 @@ | ||
--- | ||
name: Bug report | ||
about: Something is wrong with Flutter Swipe Refresh. | ||
about: Something is wrong. | ||
title: "[BUG] " | ||
labels: bug | ||
assignees: MbIXjkee | ||
--- | ||
|
||
<!-- | ||
Thank you for contributing to our project! | ||
This template is only for bug reports, otherwise please use another template. | ||
The best bug report is a failing test in the repository as a pull request. | ||
Run `flutter analyze` if there are any analysis errors, try resolving them before filing this issue. | ||
This template is only for bugfix reports, otherwise please use another template. | ||
--> | ||
## Expected behavior | ||
<!--Tell us what should happen--> | ||
|
||
## Prior Issues | ||
|
||
Are there any existing issues or PRs that relate to this problem? If so, link them here. | ||
|
||
## Describe the bug | ||
## Actual behavior | ||
<!--Tell us what happens instead--> | ||
|
||
A clear and concise description of what the bug is. | ||
Please show the code you wrote as completely as possible. | ||
## Video/Screenshot | ||
<!--Attach file with a reproduction of bug--> | ||
|
||
```dart | ||
/// your code here | ||
``` | ||
## Steps to reproduce | ||
<!-- | ||
1)... | ||
2)... | ||
3)... | ||
... | ||
--> | ||
|
||
## Steps to Reproduce | ||
## Details | ||
Flutter version: <!--android/ios/web/desktop--> | ||
|
||
If the current behavior is a bug, please provide the steps to reproduce. | ||
Dart version: <!--android/ios/web/desktop--> | ||
|
||
## What is the expected behavior? | ||
Platform: <!--android/ios/web/desktop--> | ||
|
||
A clear and concise description of what you expected to happen. | ||
## Logs and stacktrace | ||
<!-- | ||
Error details | ||
--> | ||
|
||
## Additional context | ||
## Any possible solutions | ||
<!-- | ||
Optional | ||
What do you think would solve the problem? | ||
--> | ||
|
||
* What package and OS are affected by this issue? Did this work in previous versions of a package? | ||
|
||
* If applicable, add screenshots to help explain your problem. | ||
## What did you try to solve | ||
<!-- | ||
Optional | ||
What did you try to solve the problem? | ||
--> | ||
|
||
* Please provide output from `flutter doctor -v` and `flutter analyze`. | ||
|
||
* Add any other context about the problem here. | ||
## Checklist for self-check | ||
- [ ] Added expected and actual behavior. | ||
- [ ] Added video or screenshot of bug. | ||
- [ ] Added isolated way to reproduce the bug. | ||
- [ ] Specified Flutter, Dart version and platforms. | ||
- [ ] Attached error code and logs. | ||
- [ ] All unspecified fields in the Issue description are deleted. |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: SurfGear telegram chat | ||
url: https://t.me/SurfGear | ||
about: Please ask and answer questions here. |
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 |
---|---|---|
@@ -1,24 +1,22 @@ | ||
--- | ||
name: Feature Request | ||
about: I'd like Flutter Swipe Refresh to do something new. | ||
name: Feature request | ||
about: I'd like SurfGear team to do something new. | ||
labels: enhancement | ||
assignees: MbIXjkee | ||
--- | ||
|
||
<!-- | ||
Thank you for contributing to our project! | ||
This template is only for feature requests, otherwise please use another template. | ||
Provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric. | ||
Provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current workarounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric. | ||
--> | ||
## Specify package name | ||
<!--Write the name of the package where you have problems--> | ||
|
||
## What is the new or updated feature that you are suggesting? | ||
|
||
A clear and concise description of what you want to happen. | ||
<!--A clear and concise description of what you want to happen.--> | ||
|
||
## Why should this feature be included? | ||
|
||
Is your feature request related to a problem? Please describe a clear and concise description of what the problem is. If you investigated any alternative solutions please describe. | ||
<!--Is your feature request related to a problem? Please describe a clear and concise description of what the problem is. If you investigate any alternative solutions, please describe.--> | ||
|
||
## Additional context | ||
|
||
Please provide any other context or screenshots about the feature request here. | ||
<!--Please provide any other context or screenshots about the feature request here.--> |
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,6 @@ | ||
Tap on "Preview" ⤴ | ||
|
||
And choose one of the templates: | ||
* [Bugfix PR](?expand=1&template=bug_fix.md) | ||
* [New feature PR](?expand=1&template=new_feature.md) | ||
* [Documentation update PR](?expand=1&template=documentation_update.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: "Create Pyrus task from issue" | ||
|
||
on: | ||
issues: | ||
types: | ||
- reopened | ||
- opened | ||
|
||
jobs: | ||
get_package_name: | ||
name: Get package name | ||
runs-on: ubuntu-latest | ||
outputs: | ||
package_name: ${{ steps.parse_pubspec.outputs.name }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Parsing pubspec.yaml | ||
id: parse_pubspec | ||
uses: actions-tools/yaml-outputs@v2 | ||
with: | ||
file-path: 'pubspec.yaml' | ||
|
||
call_create_pyrus_task_from_issue: | ||
name: Create Pyrus task from issue | ||
needs: get_package_name | ||
uses: surfstudio/flutter-ci-workflows/.github/workflows/new_issue_to_pyrus_task.yml@main | ||
with: | ||
PACKAGE_NAME: ${{ needs.get_package_name.outputs.package_name }} | ||
ISSUE_TITLE: ${{ github.event.issue.title }} | ||
ISSUE_BODY: ${{ github.event.issue.body }} | ||
ISSUE_LINK: ${{ github.event.issue.html_url }} | ||
secrets: | ||
LOGIN: ${{ secrets.PYRUS_BOT_LOGIN }} | ||
SECURITY_KEY: ${{ secrets.PYRUS_BOT_SECRET_KEY }} |
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
Oops, something went wrong.