I'm developing a flutter desktop app, currently my solution is use url_launcher
, but it only does open folder, not support highlight file, is there similar to electron e.g shell.showItemInFolder('filepath')
in flutter?
Link:https://github.com/flutter/flutter/issues/100361#issuecomment-1072303822