-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#5359Labels
a: desktopRunning on desktopRunning on desktopp: url_launcherPlugin to launch external applicationsPlugin to launch external applicationspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyteam-windowsOwned by the Windows platform teamOwned by the Windows platform team
Description
Is there an existing issue for this?
- I have searched the existing package issues
- I have read the guide to filing a bug
What package does this bug report belong to?
url_launcher
What target platforms are you seeing this bug on?
Windows
Have you already upgraded your packages?
Yes
Dependency versions
pubspec.lock
[Paste file content here]
Steps to reproduce
- launchUrl(
Uri.parse('URL'),
mode: LaunchMode.externalNonBrowserApplication,
),
Expected results
Launching the url
Actual results
PlatformException: PlatformException(open_error, Failed to open "URL HERE" ShellExecute error code 31, null, null)
Code sample
Code sample
[Paste your code here]launchUrl(
Uri.parse('URL'),
),
Screenshots or Videos
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output
[Paste your output here]Metadata
Metadata
Assignees
Labels
a: desktopRunning on desktopRunning on desktopp: url_launcherPlugin to launch external applicationsPlugin to launch external applicationspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyteam-windowsOwned by the Windows platform teamOwned by the Windows platform team