Skip to content

Commit

Permalink
Merge pull request #154 from droibit/feature/tweak_docs
Browse files Browse the repository at this point in the history
Change the highlighting of important information in GitHub markdown
  • Loading branch information
droibit authored Nov 28, 2023
2 parents fe1950c + ce65f2c commit 9689304
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 9689304

Please sign in to comment.