flutter_custom_tabs library

Classes

CustomTabsOption
Option class for customizing appearance of Custom Tabs. This option applies only on Android platform.
CustomTabsSystemAnimation
Build in enter and exit animations for Custom Tabs.
SafariViewControllerOption
Option class for customizing appearance of Safari View Controller. This option applies only on iOS platform.

Enums

CustomTabsCloseButtonPosition
The position of the close button of Custom Tabs.
SafariViewControllerDismissButtonStyle
Dismiss button style on the navigation bar of SafariViewController.
ViewControllerModalPresentationStyle
A view presentation style in which the presented view covers the screen.

Functions

closeAllIfPossible() Future<void>
launch(String urlString, {CustomTabsOption? customTabsOption, SafariViewControllerOption? safariVCOption}) Future<void>
Open the specified Web URL with Custom Tabs.