If I have a flutter app on Windows and use "open with" to open some files with the app, how can I know what files were requested to open? For example, I select one or more files and "open with" the flutter app which would then display the files in a list. This would apply with associated files too, I assume.
Where can I get that list of files?
Richard's answer works. Here is a quick little implementation if anybody needs to test it out. I am just needing to know what files the app were opened with "Open with..." or when files are dragged to the exe and this works for me as of Dec 2022 on Flutter 3.3.9.