Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the highlighting of important information in GitHub markdown #154

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions flutter_custom_tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
flutter_custom_tabs: ^2.0.0-beta
```

> **IMPORTANT**
> [!IMPORTANT]
> v2.0.0 includes breaking changes from v1.x. Please refer to the [migration guide](https://github.com/droibit/flutter_custom_tabs/blob/flutter_custom_tabs_2.0/flutter_custom_tabs/doc/migration-guides.md) when updating the plugin.

### Requirements for Android
Expand Down Expand Up @@ -85,7 +85,7 @@ See the example app for more complex examples.
This package supports a wide range of Custom Tabs customizations,
but we have experimentally introduced a lightweight URL launch for users who don't need as much in v2.0.0.

> **Note**
> [!TIP]
> On Android, **the lightweight version** prioritizes launching the default browser that supports Custom Tabs over Chrome.

```dart
Expand Down Expand Up @@ -207,7 +207,7 @@ Future<void> _launchURLInBottomSheet(BuildContext context) async {
On Android, the default browser to launch is Chrome, which supports all Custom Tabs features.
You can prioritize launching the default browser on the device that supports Custom Tabs over Chrome.

> **NOTE**
> [!NOTE]
> Some browsers may not support the options specified in CustomTabsOptions.
> - See: [Custom Tabs Browser Support](https://developer.chrome.com/docs/android/custom-tabs/browser-support/).

Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs/doc/migration-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Remaining name changes:

#### Lightweight `flutter_custom_tabs`

> **Note**
> [!NOTE]
> This is an experimental feature in the pre-release phase of v2.0.0.

`flutter_custom_tabs` provides a rich set of customization options for Custom Tabs, but sometimes a minimal appearance customization is enough.
Expand Down