I would like to copy the following Google Drive functionality in an android flutter application:
Google Drive(on android) allows users to select a file or folder and select "Add to Home screen". This places a link on the androud launcher which does not link to the front page of the google drive app, but rather to the specific file or folder.
How do you allow users create launcher icons to specific parts of your application?
Please correct me if I've asked the question inarticulately.
I've discovered the following related questions, which don't quite answer my question:
Shortcut Add to Android Home Screen Similar but not flutter specific.
Implement 'Add to Home Screen' in Flutter Unclear and unanswered
Android add icon to home screen (launcher) Similar but not flutter specific.
Flutter: Add shortcuts to launcher menu and home screen Closest example but requires internet connection.
How can I place app icon on launcher home screen? Outdated and not flutter specific.