I'm trying to implement the open with functionality in flutter that allows the user to select the app to open a file with, and that works both in iOS/Android.
The issue I'm facing is that I need to get the installed apps from the device and the plugins I've found don't work in IOS.
These plugins allow me to get installed apps but they only work in Android.
This might work for opening the app but I need the exact name.
I think I've already found the answer, the plugin open_file supports both Android and iOS and a variety of file extensions, you only need to specify the path of the file and it will open with the default app, if you have more than one app able to open the file the OS will show the Open With dialog with the apps.