flutter_custom_tabs_platform_interface 2.2.0-dev.1 flutter_custom_tabs_platform_interface: ^2.2.0-dev.1 copied to clipboard
A common platform interface for the flutter_custom_tabs plugin.
2.2.0-dev.1 #
- Adds
warmup
,mayLaunch
, andinvalidate
methods toCustomTabsPlatform
for performance optimization. - Adds
PlatformSession
as a base session for platform packages. - Updates minimum supported SDK version to Flutter 3.16.0/Dart 3.2.
2.1.0 #
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.
2.0.0 #
- No changes except for version bump.
2.0.0-beta.2 #
- Adds
PlatformOptions
as a base option for platform packages. - Moves
CustomTabsOptions
toflutter_custom_tabs_android
package plugin. - Moves
SafariViewControllerOptions
toflutter_custom_tabs_ios
package plugin.
2.0.0-beta.1 #
- Refactors Custom Tabs browser configurations to
CustomTabsBrowserConfiguration
. - Adds an option to
CustomTabsBrowserConfiguration
to prioritize the default browser that supports Custom Tabs over Chrome.
2.0.0-beta #
- Supports the launch of a deep link URL.
- Renames the
CustomTabsOption
class toCustomTabsOptions
. - Updates
CustomTabsOptions
to improve compatibility with Custom Tabs (androidx.browser
) v1.5.0.- Some options have been renamed.
- Changes the method of specifying colors to
CustomTabsColorSchemes
. - Changes the method of specifying share state to
CustomTabsShareState
. - Changes the method of specifying the close button to
CustomTabsCloseButton
.
- Adds options for Partial Custom Tabs to
CustomTabsOptions
. - Renames the
CustomTabsAnimation
class toCustomTabsAnimations
. - Renames the
SafariViewControllerOption
class toSafariViewControllerOptions
. - Removes the
statusBarBrightness
property fromSafariViewControllerOptions
. - Updates the minimum supported SDK version to Flutter 3.0.0.
1.2.0 #
- Added
modalPresentationStyle
toSafariViewControllerOption
to customize the presentation style.
1.1.0 #
- Add interface to manually close a Custom Tab.
1.0.1 #
- Add an option(
statusBarBrightness
) to specify the brightness of the application status bar for iOS.
1.0.0 #
- Initial release.