flutter_custom_tabs
A Flutter plugin to use Chrome Custom Tabs.
Custom Tabs is supported only Chrome for Android. For this reason, the interface is same, but behavior is following:
- Android
If Chrome is installed, open web URL in custom tab that you have customized some of look & feel. If it is not installed, open in other browser. - iOS
Open SFSafariViewController using url_launcher, and all options at launch are ignored.
Getting Started
Add flutter_custom_tabs
to the dependencies of your pubspec.yaml
.
Usage
Open the web URL like url_launcher
.