On Windows, I found that the runInShell flag must be set:
Process.run("start", [url], runInShell: true);
(at least on Windows 7).
I am surprised that someone did not create a package to reliably call the default browser on all platforms.
Argenti Apparatus
source share