commit | c23f4be3d66c8f300043ca51d28e55d6e33b8326 | [log] [tgz] |
---|---|---|
author | ftsui <ftsui@google.com> | Thu Oct 17 16:48:06 2024 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 17 23:48:06 2024 +0000 |
tree | 0807fd90068c2678c3f2905a86f07498d0ea772f | |
parent | e19503e86f911ce26127291e25ba63a54401ba27 [diff] |
[url_launcher] Decode file URLs before passing it to ShellExecuteW (#7774) - ShellExecuteW does not handle file: urls that contain %-encoded UTF-8 strings correctly. %-encoded ASCII strings are handled correctly, as are file "urls" that contain Unicode strings in its path component. - This change perform URL decode on file: urls before passing to ShellExecuteW. Fixes https://github.com/flutter/flutter/issues/156790
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: