flutter_custom_tabs_android 2.2.0-dev.3 flutter_custom_tabs_android: ^2.2.0-dev.3 copied to clipboard
Android platform implementation of flutter_custom_tabs.
2.2.0-dev.3 #
- Implements
warmup
,mayLaunch
, andinvalidate
methods inCustomTabsPluginAndroid
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. - Updates minimum required
androidx.browser
version to 1.8.0. - Updates minimum required
CustomTabsLauncher
to v3.0.0-beta01.
2.2.0-dev.2 #
- Adds new launchers for other Android plugins' Android implementations.
- Introduces
PartialCustomTabsLauncher
. - Introduces
ExternalBrowserLauncher
. - Refactors
IntentFactory
toCustomTabsIntentFactory
.
- Introduces
- Updates
PartialCustomTabsConfiguration
to allow nullableactivityHeightResizeBehavior
.
2.2.0-dev.1 #
- Enhances the plugin reusability and reduce pigeon dependency.
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. - Removes the
dynamic_color
package from the example to improve maintainability. - Update navigationBarColor in
CustomTabsOptions
to use surface instead of deprecated background.
2.0.0+1 #
- Fixes the LICENSE file.
2.0.0 #
- No changes except for version bump.
2.0.0-beta.2 #
- Supports launching a URL in an external browser.
- Adopts the Pigeon code generation tool.
- Moves
CustomTabsOptions
fromflutter_custom_tabs_platform_interface
package. - Updates CustomTabsLauncher to v2.0.0-rc01.
- Adds unit tests for android platform.
2.0.0-beta.1 #
- Adds support for prioritizing the default browser over Chrome on Android.
- Updates CustomTabsLauncher to v2.0.0-beta03.
- Suppress deprecated warnings in android implementation.
2.0.0-beta+1 #
- Updates
CustomTabsLauncher
to v2.0.0-beta02 to resolve version conflict ofandroidx.browser
.
2.0.0-beta #
- Initial release of the
flutter_custom_tabs
Android implementation.