flutter_custom_tabs_ios 2.3.1
flutter_custom_tabs_ios: ^2.3.1 copied to clipboard
iOS platform implementation of flutter_custom_tabs.
2.3.1 #
- No changes except for version bump.
2.3.0 #
- Improves documentation for the
SheetPresentationControllerConfiguration
class. - Updates minimum iOS version to 12.0
- Updates minimum supported SDK version to Flutter 3.19.0/Dart 3.3.
- Updates minimum required
flutter_custom_tabs_platform_interface
version to 2.2.0. - Updates minimum required
pigeon
version to 22.7.0.
2.2.0 #
- Adds temporary comments to suppress
Color.value
deprecation warnings. - Updates Swift code to use modern syntax.
- Updates minimum required
flutter_custom_tabs_platform_interface
version to 2.2.0.
2.2.0-dev.1 #
- Implements
warmup
,mayLaunch
, andinvalidate
methods inCustomTabsPluginIOS
for performance optimization. - Updates minimum supported SDK version to Flutter 3.16.0/Dart 3.2.
- Updates minimum required
flutter_custom_tabs_platform_interface
version to 2.2.0-dev.1. - Updates minimum required
pigeon
version to 21.1.0.
2.1.0 #
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.
- Updates minimum required
flutter_custom_tabs_platform_interface
version to 2.1.0. - Updates minimum required
pigeon
version to 17.0.0. - Adds privacy manifest.
- Updates the CocoaPods dependency to version 1.15.2.
- Refactors
SFSafariViewController
dismissal handling.
2.0.0 #
- Fixes the LICENSE file.
2.0.0-beta.1 #
- Supports launching a URL in an external browser.
- Adopts the Pigeon code generation tool.
- Moves
SafariViewControllerOptions
fromflutter_custom_tabs_platform_interface
package. - Adds unit tests for iOS platform.
- Properly callback URL launch results.
2.0.0-beta #
- Initial release of the
flutter_custom_tabs
iOS implementation.