commit | e668c436dc331add62e8e37edc4d5013e9476e72 | [log] [tgz] |
---|---|---|
author | Rajesh Malviya <rajveer0malviya@gmail.com> | Fri Sep 01 00:46:04 2023 +0530 |
committer | GitHub <noreply@github.com> | Thu Aug 31 19:16:04 2023 +0000 |
tree | c427e2becb91aae3e3f4d610f7d9f1fae4490241 | |
parent | bd4a8eb6a424ab6a0aa0e9aea907c2964e56f91a [diff] |
[url_launcher_android] Add support for Custom Tabs (#4739) Implement support for [Android Custom Tabs](https://developer.chrome.com/docs/android/custom-tabs/). Custom Tabs will only be used if *__all__* of the following conditions are true: - `launchMode` == `LaunchMode.inAppWebView` (or `LaunchMode.platformDefault`; only if url is web url) - `WebViewConfiguration.headers` == `{}` (or if it only contains [CORS-safelisted headers](https://developer.mozilla.org/en-US/docs/Glossary/CORS-safelisted_request_header)) Fixes flutter/flutter#18589
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: