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 .
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