flutter_custom_tabs_android 2.2.0-dev.2 flutter_custom_tabs_android: ^2.2.0-dev.2 copied to clipboard
Android platform implementation of flutter_custom_tabs.
2.2.0-dev.2 #
- Adds new launchers for other Android plugins' Android implementations(#205).
- Introduces
PartialCustomTabsLauncher
. - Introduces
ExternalBrowserLauncher
. - Refactors
IntentFactory
toCustomTabsIntentFactory
.
- Introduces
- Updates
PartialCustomTabsConfiguration
to allow nullableactivityHeightResizeBehavior
(#206, #205).
2.1.0 #
- Updates minimum supported SDK version to Flutter 3.10/Dart 3 (#189).
- Updates minimum required
flutter_custom_tabs_platform_interface
version to 2.1.0. - Updates minimum required
pigeon
version to 17.0.0 (#189). - Removes the
dynamic_color
package from the example to improve maintainability (#192). - Update navigationBarColor in
CustomTabsOptions
to use surface instead of deprecated background (#193).
2.0.0+1 #
- Fixes the LICENSE file.
2.0.0 #
- No changes except for version bump.
2.0.0-beta.2 #
2.0.0-beta.1 #
- Adds support for prioritizing the default browser over Chrome on Android(#145).
- Updates CustomTabsLauncher to v2.0.0-beta03(#145).
- Suppress deprecated warnings in android implementation(#146).
2.0.0-beta+1 #
- Updates
CustomTabsLauncher
to v2.0.0-beta02 to resolve version conflict ofandroidx.browser
(#136).
2.0.0-beta #
- Initial release of the
flutter_custom_tabs
Android implementation.