Search code examples
flutterflutter-dependenciesflutter-desktop

Does the latest version of, the flutter plugin, url_launcher supports opening of desktop(windows, macOS) directory in native file explorer?


I checked its source code, for both macOs and windows, here . Since, swift and c++ are not my strong languages but having a brief look at the code made me wonder if the support, for opening the directory in the native file explorer (of windows and macOs), when a local path of that directory is provided, is already available. Because I couldn't find anything in the documentation about it. Any alternate solution would be appreciated.


Solution

  • Please refer to this for the answer to the above-mentioned question.