▲ 2 r/FlutterDev
[Flutter Desktop] How to configure url_launcher to open external apps via Custom URI Scheme
I want to launch other applications using a (Custom URI Scheme). If running commands via Terminal/CMD like
start betterchat://conversation?id=something
or typing betterchat://conversation?id=something into a browser works, but using the url_launcher package does not respond, the issue usually lies in how the URI string is handled on desktop platforms.
u/HumboldtBudo — 3 days ago