Home > Enterprise >  Open menu when long press icon outside application?
Open menu when long press icon outside application?

Time:10-11

When long pressed how to show the options? Searched for a clue but could not get any resources to start with. How can I achieve enter image description here.

CodePudding user response:

you can refer to the android's official documentation to create shortcut https://developer.android.com/develop/ui/views/launch/shortcuts/creating-shortcuts

CodePudding user response:

You can use the quick_actions plugin by the flutter team

and here is the tutorial

  • Related