flutter_custom_tabs_android
Android platform implementation of flutter_custom_tabs.
2.5.0
147K downloads/mo
#968 most downloaded on pub.dev
droibit/flutter_custom_tabs
What this package is like to depend on
Last release 29 days ago
26 Jul 2026
Release timing varies
gaps range from 2 weeks to 10 months
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
16 releases · first in 2023
2 releases in the last 12 months
see the full history below
Release timeline
16 releases · Nov 2023 to Jul 2026
2024
2025
2026
Releases
latest 16-
2.5.026 Jul 2026Release notes
Open source →- Updates the minimum supported SDK version to Flutter 3.44/Dart 3.12.
- Updates the minimum supported SDK version to Android SDK 23.
- Migrates to built-in Kotlin.
- Updates minimum supported Kotlin version to 2.2.10.
- Migrates the build configuration from Groovy to Kotlin.
- Updates minimum required
pigeonversion to 27.0.0. - Updates minimum required
flutter_lintsversion to 6.0.0. - Updates minimum required
flutter_custom_tabs_platform_interfaceversion to 2.5.0. - Updates minimum required
androidx.browserversion to 1.10.0. - Removes CustomTabsLauncher dependency and inline launcher helpers.
-
2.4.012 Feb 2026Release notes
Open source →- Updates minimum supported SDK version to Flutter 3.27.0/Dart 3.6.
- Updates minimum supported Kotlin version to 1.8.0.
- Updates compileSdk 34 to flutter.compileSdkVersion
- Adds gradle-wrapper.properties and sets Gradle to 8.13.
- Updates minimum required
flutter_custom_tabs_platform_interfaceversion to 2.4.0. - Updates minimum required
flutter_lintsversion to 5.0.0. - Updates minimum required
pigeonversion to 26.0.0.
-
2.3.120 Apr 2025 -
2.3.012 Apr 2025Release notes
Open source →- Adds new options to
CustomTabsOptions:bookmarksButtonEnabled: Controls whether the bookmarks button is shown in the overflow menu.downloadButtonEnabled: Controls whether the download button is shown in the overflow menu.shareIdentityEnabled: Enables app-specific history, grouping links opened from the app in Chrome's history.
- Adds new options to
PartialCustomTabsConfiguration:- Supports side sheet format for partial Custom Tabs on larger screens.
backgroundInteractionEnabled: Controls whether interactions with the background app are enabled when a Partial Custom Tab is launched.
- Updates minimum supported SDK version to Flutter 3.19.0/Dart 3.3.
- Updates minimum required
flutter_custom_tabs_platform_interfaceversion to 2.2.0. - Updates minimum required
pigeonversion to 22.7.0.
- Adds new options to
-
2.2.027 Mar 2025Release notes
Open source →- Fixes a bug where default browser preference wasn't properly applied during Custom Tabs warm-up.
- Adds temporary comments to suppress
Color.valuedeprecation warnings. - Improves logging and move TAG constant to appropriate class.
- Adds unit tests for Custom Tabs options classes.
- Updates Android Gradle setup to use the new Flutter Gradle plugin integration.
- Updates CustomTabsLauncher to v3.0.0 and remove JitPack repository.
- Updates minimum required
flutter_custom_tabs_platform_interfaceversion to 2.2.0.
-
2.2.0-dev.419 Jan 2025 pre-release -
2.2.0-dev.327 Nov 2024 pre-releaseRelease notes
Open source →- Implements
warmup,mayLaunch, andinvalidatemethods inCustomTabsPluginAndroidfor performance optimization. - Updates minimum supported SDK version to Flutter 3.16.0/Dart 3.2.
- Updates minimum required
flutter_custom_tabs_platform_interfaceversion to 2.2.0-dev.1. - Updates minimum required
pigeonversion to 21.1.0. - Updates minimum required
androidx.browserversion to 1.8.0. - Updates minimum required
CustomTabsLauncherto v3.0.0-beta01.
- Implements
-
2.2.0-dev.228 Jul 2024 pre-releaseRelease notes
Open source →- Adds new launchers for other Android plugins' Android implementations.
- Introduces
PartialCustomTabsLauncher. - Introduces
ExternalBrowserLauncher. - Refactors
IntentFactorytoCustomTabsIntentFactory.
- Introduces
- Updates
PartialCustomTabsConfigurationto allow nullableactivityHeightResizeBehavior.
- Adds new launchers for other Android plugins' Android implementations.
-
2.2.0-dev.125 Jul 2024 pre-release -
2.1.001 Jul 2024Release notes
Open source →- Updates minimum supported SDK version to Flutter 3.10/Dart 3.
- Updates minimum required
flutter_custom_tabs_platform_interfaceversion to 2.1.0. - Updates minimum required
pigeonversion to 17.0.0. - Removes the
dynamic_colorpackage from the example to improve maintainability. - Update navigationBarColor in
CustomTabsOptionsto use surface instead of deprecated background.
-
2.0.027 Jan 2024 -
2.0.0+127 Jan 2024 -
2.0.0-beta.225 Dec 2023 pre-releaseRelease notes
Open source →- Supports launching a URL in an external browser.
- Adopts the Pigeon code generation tool.
- Moves
CustomTabsOptionsfromflutter_custom_tabs_platform_interfacepackage. - Updates CustomTabsLauncher to v2.0.0-rc01.
- Adds unit tests for android platform.
-
2.0.0-beta.122 Nov 2023 pre-releaseRelease notes
Open source →- 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-beta03 Nov 2023 pre-release -
2.0.0-beta+109 Nov 2023 pre-releaseRelease notes
Open source →- Updates
CustomTabsLauncherto v2.0.0-beta02 to resolve version conflict ofandroidx.browser.
- Updates