From 071bc741965d4d02676b8163e8fd777abc78214f Mon Sep 17 00:00:00 2001 From: Shinya Kumagai Date: Wed, 7 Jan 2026 23:57:33 +0900 Subject: [PATCH] Add note about App Links support limitations and provide reference to Issue #271 --- flutter_custom_tabs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flutter_custom_tabs/README.md b/flutter_custom_tabs/README.md index 1cae946..dc8ae54 100644 --- a/flutter_custom_tabs/README.md +++ b/flutter_custom_tabs/README.md @@ -74,6 +74,9 @@ You can launch a web URL similar to `url_launcher` and specify options to custom | --- | --- | | ![android](https://i.imgur.com/lgPWvLS.gif) | ![iOS](https://i.imgur.com/LhsCUzb.gif) | +> [!NOTE] +> Advanced interactions or complex workflows involving coordination with App Links are not officially supported. For more information and potential workarounds regarding App Link coordination on Android, please refer to [Issue #271](https://github.com/droibit/flutter_custom_tabs/issues/271). + ### Basic Usage ``` dart