Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions flutter_custom_tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Copilot AI Jan 8, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "App Link coordination on Android" is somewhat redundant. Consider simplifying to "regarding App Links on Android" or "regarding this limitation on Android" since App Links was already mentioned in the previous sentence. This would make the documentation more concise and easier to read.

Suggested change
> 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).
> Advanced interactions or complex workflows involving coordination with App Links are not officially supported. For more information and potential workarounds regarding App Links on Android, please refer to [Issue #271](https://github.com/droibit/flutter_custom_tabs/issues/271).

Copilot uses AI. Check for mistakes.

### Basic Usage

``` dart
Expand Down