-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Open
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: quick_actionsQuickActions pluginQuickActions pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Description
Is there an existing issue for this?
- I have searched the existing issues
- I have read the guide to filing a bug
Use case
In quick_actions package, there is no method to getMaxShortcutCount.
Android.
You can get that count by calling getMaxShortcutCountPerActivity.
https://developer.android.com/reference/androidx/core/content/pm/ShortcutManagerCompat#getMaxShortcutCountPerActivity(android.content.Context)
iOS
Maximum: 4
People tend to expect every app to provide at least one useful quick action; you can provide a total of four.
Proposal
Implement getMaxShortcutCount method for each platform based on above things.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: quick_actionsQuickActions pluginQuickActions pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team