flutter_custom_tabs_lite library

Classes

LaunchOptions
The Configuration for providing minimal options for mobile platforms when launching Custom Tabs by specifying a URL.
SystemNavigationBarParams
The color configuration of the system navigation bar.

Functions

launchUrl(Uri url, {bool prefersDeepLink = false, LaunchOptions options = const LaunchOptions()}) Future<void>
Passes url with options to the underlying platform for launching a custom tab.