YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
280 stars 69 forks source link

Question about file_extension (not a bug or a feature request) #166

Closed hootyjeremy closed 1 year ago

hootyjeremy commented 1 year ago

I see that there is an option for file_extension which will associate files to the app but when running the app, how does flutter know what files are being opening? Can they be accessed in void main? In other words, if I run a .foo file that starts the app, how can I check what file or files are opening the app so that I can list them or check them first?