flutter_custom_tabs_platform_interface 2.0.0-beta.1
flutter_custom_tabs_platform_interface: ^2.0.0-beta.1 copied to clipboard
A common platform interface for the flutter_custom_tabs plugin.
2.0.0-beta.1 #
2.0.0-beta #
- Supports the launch of a deep link URL.
- Renames the
CustomTabsOptionclass toCustomTabsOptions. - Updates
CustomTabsOptionsto 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
CustomTabsAnimationclass toCustomTabsAnimations. - Renames the
SafariViewControllerOptionclass toSafariViewControllerOptions. - Removes the
statusBarBrightnessproperty fromSafariViewControllerOptions. - Updates the minimum supported SDK version to Flutter 3.0.0.
1.2.0 #
- Added
modalPresentationStyletoSafariViewControllerOptionto customize the presentation style(#85).
1.0.1 #
- Add an option(
statusBarBrightness) to specify the brightness of the application status bar for iOS.
1.0.0 #
- Initial release.