'How to trigger phone open with, when done downloading with url flutter

Hi everyone so I'm trying to create an app using flutter that will able the user to download file from URL (might be PDF, image, etc.) I want the app to be able to show notification for the downloading progress and show completed status when it's done. The one that confuse me is how I can I trigger the open with screen automatically when done downloading. Example below

Text

any package that I can use to achieve these ? in Flutter for android app



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source