Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
description: You are using one of plugins in some project but due to the plugin the application is crashing or throws an exception, the plugin is buggy, or something looks wrong.
title: "[Bug]: "
labels: ["bug", "triage"]
labels: [ "bug", "triage" ]
body:
- type: markdown
attributes:
Expand All @@ -16,7 +16,7 @@ body:

If you have found a bug or if our documentation doesn't have an answer
to what you're looking for, then fill our the template below.

IMPORTANT: Bug reports that don't follow this template will be closed
- type: input
id: platform
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/COMPILATION.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Compile Issue
description: You added a plugin to your project but it does not compile or run anymore.
title: "[Compile]: "
labels: ["compile", "triage"]
labels: [ "compile", "triage" ]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature request
description: Suggest a new idea for one of plugins.
title: "[Request]: "
labels: ["enhancement", "triage"]
labels: [ "enhancement", "triage" ]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/QUESTION.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: I need help
description: You have a question for how to achieve a particular effect, or you need help with using a particular API.
title: "[Question]: "
labels: ["question"]
labels: [ "question" ]
assignees:
- octocat
body:
Expand Down
7 changes: 5 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ e.g.

## Checklist

- [ ] I read the [Contributor Guide](https://github.com/fluttercommunity/plus_plugins/blob/main/CONTRIBUTING.md) and followed the process outlined there for submitting PRs.
- [ ] I read
the [Contributor Guide](https://github.com/fluttercommunity/plus_plugins/blob/main/CONTRIBUTING.md)
and followed the process outlined there for submitting PRs.
- [ ] I titled the PR using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0).
- [ ] I did not modify the `CHANGELOG.md` nor the plugin version in `pubspec.yaml` files.
- [ ] All existing and new tests are passing.
Expand All @@ -23,6 +25,7 @@ e.g.

Does your PR require plugin users to manually update their apps to accommodate your change?

- [ ] Yes, this is a breaking change (please indicate that with a `!` in the title as explained in [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0)).
- [ ] Yes, this is a breaking change (please indicate that with a `!` in the title as explained
in [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0)).
- [ ] No, this is *not* a breaking change.

50 changes: 25 additions & 25 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/android_alarm_manager_plus/example"
Expand All @@ -38,7 +38,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

# Android Intent Plus dependencies updates config

Expand All @@ -52,7 +52,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/android_intent_plus/example"
Expand All @@ -64,7 +64,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

# Battery Plus dependencies updates config

Expand All @@ -78,7 +78,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/battery_plus/battery_plus/example"
Expand All @@ -90,7 +90,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/battery_plus/battery_plus_platform_interface"
Expand All @@ -102,7 +102,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

# Connectivity Plus dependencies updates config

Expand All @@ -116,7 +116,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/connectivity_plus/connectivity_plus/example"
Expand All @@ -128,7 +128,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/connectivity_plus/connectivity_plus_platform_interface"
Expand All @@ -140,7 +140,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

# Device Info Plus dependencies updates config

Expand All @@ -154,7 +154,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/device_info_plus/device_info_plus/example"
Expand All @@ -166,7 +166,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/device_info_plus/device_info_plus_platform_interface"
Expand All @@ -178,7 +178,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

# Network Info Plus dependencies updates config

Expand All @@ -192,7 +192,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/network_info_plus/network_info_plus/example"
Expand All @@ -204,7 +204,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/network_info_plus/network_info_plus_platform_interface"
Expand All @@ -216,7 +216,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

# Package Info Plus dependencies updates config

Expand All @@ -230,7 +230,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/package_info_plus/package_info_plus/example"
Expand All @@ -242,7 +242,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/package_info_plus/package_info_plus_platform_interface"
Expand All @@ -254,7 +254,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

# Sensors Plus dependencies updates config

Expand All @@ -268,7 +268,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/sensors_plus/sensors_plus/example"
Expand All @@ -280,7 +280,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/sensors_plus/sensors_plus_platform_interface"
Expand All @@ -292,7 +292,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

# Share Plus dependencies updates config

Expand All @@ -306,7 +306,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/share_plus/share_plus/example"
Expand All @@ -318,7 +318,7 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "pub"
directory: "/packages/share_plus/share_plus_platform_interface"
Expand All @@ -330,4 +330,4 @@ updates:
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
2 changes: 1 addition & 1 deletion .github/workflows/android_alarm_manager_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
android-api-level: [22, 26, 31, 34]
android-api-level: [ 22, 26, 31, 34 ]

steps:
- name: "Checkout repository"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/connectivity_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
android-api-level: [ 21, 26, 31, 34]
android-api-level: [ 21, 26, 31, 34 ]

steps:
- name: "Checkout repository"
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down
Loading
Loading