I'm looking for ways through which I can open my flutter app whenever a user clicks on a certain type of file(for example pdf).
Like when we click on a pdf file we are generally presented with applications(like google pdf viewer, office, etc) that have capabilities of opening that file. So, I want to know how I can do the same thing for my flutter app. I want my app to open and also receive the path of the file in this process.
Thanks in Advance.