victorbonnet / flutter_web_browser

Plugin for flutter to open web page with Chrome Custom Tabs and SFSafariViewController
MIT License
62 stars 39 forks source link

Android: Add support for custom tabs customization #27

Closed felix-barz-brickmakers closed 3 years ago

felix-barz-brickmakers commented 3 years ago

I added the customTabsOptions parameter for an advanced customization of the android custom tabs. I have also deprecated androidToolbarColor, so people will switch to using the new option. However, it will still work and show the browser windows with the adjusted color if specified, so this should be a non API-breaking change.

ened commented 3 years ago

This is really helpful. @victorbonnet do you have time to review/merge this PR?