| commit | f19282ab42fa3d0dcfdbe5bbb81d1a985bed1e21 | [log] [tgz] |
|---|---|---|
| author | Pedro Henrique Cordeiro Soares <48731731+phcs971@users.noreply.github.com> | Wed May 24 12:19:01 2023 -0300 |
| committer | GitHub <noreply@github.com> | Wed May 24 15:19:01 2023 +0000 |
| tree | dea5ce7a1d486c4eeff054445b47ce9dfed09189 | |
| parent | fba97fa4cc86a2100a06a58205a5ccb366101cdc [diff] |
[quick_actions] Fix iOS home screen quick actions documentation hyperlink (#4059) Replaces the old documentation link for the iOS Quick Actions (https://developer.apple.com/design/human-interface-guidelines/ios/system-capabilities/home-screen-actions/) to the new one (https://developer.apple.com/design/human-interface-guidelines/home-screen-quick-actions) The old one is going to a not found page: <img width="1732" alt="image" src="https://github.com/flutter/packages/assets/48731731/85d7555f-b3af-4f67-865d-142653949342"> Once this is just a simple documentation change I believe this is exempt from the version change requirement and request for the "override: no versioning needed" to be added.
diff --git a/packages/quick_actions/quick_actions/CHANGELOG.md b/packages/quick_actions/quick_actions/CHANGELOG.md index 4c5a3ce..f002371 100644 --- a/packages/quick_actions/quick_actions/CHANGELOG.md +++ b/packages/quick_actions/quick_actions/CHANGELOG.md
@@ -1,3 +1,7 @@ +## 1.0.5 + +* Updates iOS quick action documentation in README. + ## 1.0.4 * Removes obsolete null checks on non-nullable values.
diff --git a/packages/quick_actions/quick_actions/README.md b/packages/quick_actions/quick_actions/README.md index 3b5bcba..ad9b2a8 100644 --- a/packages/quick_actions/quick_actions/README.md +++ b/packages/quick_actions/quick_actions/README.md
@@ -4,7 +4,7 @@ home screen quick actions. Quick actions refer to the [eponymous -concept](https://developer.apple.com/design/human-interface-guidelines/ios/system-capabilities/home-screen-actions/) +concept](https://developer.apple.com/design/human-interface-guidelines/home-screen-quick-actions) on iOS and to the [App Shortcuts](https://developer.android.com/guide/topics/ui/shortcuts.html) APIs on Android.
diff --git a/packages/quick_actions/quick_actions/pubspec.yaml b/packages/quick_actions/quick_actions/pubspec.yaml index 5fea6a0..84b4b33 100644 --- a/packages/quick_actions/quick_actions/pubspec.yaml +++ b/packages/quick_actions/quick_actions/pubspec.yaml
@@ -3,7 +3,7 @@ Quick Actions on iOS and App Shortcuts on Android. repository: https://github.com/flutter/packages/tree/main/packages/quick_actions/quick_actions issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+quick_actions%22 -version: 1.0.4 +version: 1.0.5 environment: sdk: ">=2.18.0 <4.0.0"