Skip to content

Commit

Permalink
Release flutter_custom_tabs v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Jul 1, 2024
1 parent 33e9fab commit 41e2154
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
7 changes: 7 additions & 0 deletions flutter_custom_tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.1.0

- Updates minimum supported SDK version to Flutter 3.10/Dart 3 ([#189](https://github.com/droibit/flutter_custom_tabs/pull/189)).
- Updates minimum required `flutter_custom_tabs_android/ios/web` version to 2.1.0.
- Update navigationBarColor in `CustomTabsOptions` to use surface instead of deprecated background ([#194](https://github.com/droibit/flutter_custom_tabs/pull/191)).
- Adds instructions for manually closing Custom Tabs to the README ([#194](https://github.com/droibit/flutter_custom_tabs/pull/191)).

## 2.0.0+1

- Updates README.md with stable version dependency.
Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add `flutter_custom_tabs` to the dependencies of your `pubspec.yaml`.

``` yaml
dependencies:
flutter_custom_tabs: ^2.0.0
flutter_custom_tabs: ^2.1.0
```
> [!IMPORTANT]
Expand Down
19 changes: 5 additions & 14 deletions flutter_custom_tabs/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: flutter_custom_tabs
description: A Flutter plugin for mobile apps to launch a URL in Custom Tabs/SFSafariViewController.
version: 2.0.0+1
version: 2.1.0
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -12,18 +11,10 @@ dependencies:
flutter:
sdk: flutter

# flutter_custom_tabs_platform_interface: ^2.0.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
# flutter_custom_tabs_android: ^2.0.0+1
flutter_custom_tabs_android:
path: ../flutter_custom_tabs_android
# flutter_custom_tabs_ios: ^2.0.0
flutter_custom_tabs_ios:
path: ../flutter_custom_tabs_ios
# flutter_custom_tabs_web: ^2.0.0
flutter_custom_tabs_web:
path: ../flutter_custom_tabs_web
flutter_custom_tabs_platform_interface: ^2.1.0
flutter_custom_tabs_android: ^2.1.0
flutter_custom_tabs_ios: ^2.1.0
flutter_custom_tabs_web: ^2.1.0
meta: ^1.10.0

dev_dependencies:
Expand Down

0 comments on commit 41e2154

Please sign in to comment.