Skip to content

Commit f19282a

Browse files
authored
[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.
1 parent fba97fa commit f19282a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/quick_actions/quick_actions/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.5
2+
3+
* Updates iOS quick action documentation in README.
4+
15
## 1.0.4
26

37
* Removes obsolete null checks on non-nullable values.

packages/quick_actions/quick_actions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Flutter plugin allows you to manage and interact with the application's
44
home screen quick actions.
55

66
Quick actions refer to the [eponymous
7-
concept](https://developer.apple.com/design/human-interface-guidelines/ios/system-capabilities/home-screen-actions/)
7+
concept](https://developer.apple.com/design/human-interface-guidelines/home-screen-quick-actions)
88
on iOS and to the [App
99
Shortcuts](https://developer.android.com/guide/topics/ui/shortcuts.html) APIs on
1010
Android.

packages/quick_actions/quick_actions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for creating shortcuts on home screen, also known as
33
Quick Actions on iOS and App Shortcuts on Android.
44
repository: https://github.com/flutter/packages/tree/main/packages/quick_actions/quick_actions
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+quick_actions%22
6-
version: 1.0.4
6+
version: 1.0.5
77

88
environment:
99
sdk: ">=2.18.0 <4.0.0"

0 commit comments

Comments
 (0)