Skip to content
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
3 changes: 2 additions & 1 deletion flutter_custom_tabs_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## NEXT
## 2.5.0

- Updates the minimum supported SDK version to Flutter 3.44/Dart 3.12.
- Updates the minimum supported SDK version to Android SDK 23.
Expand All @@ -7,6 +7,7 @@
- Migrates the build configuration from Groovy to Kotlin.
- Updates minimum required `pigeon` version to 27.0.0.
- Updates minimum required `flutter_lints` version to 6.0.0.
- Updates minimum required `flutter_custom_tabs_platform_interface` version to 2.5.0.
- Updates minimum required `androidx.browser` version to 1.10.0.
- Removes CustomTabsLauncher dependency and inline launcher helpers.

Expand Down
7 changes: 2 additions & 5 deletions flutter_custom_tabs_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: flutter_custom_tabs_android
description: Android platform implementation of flutter_custom_tabs.
version: 2.4.0
version: 2.5.0
homepage: https://github.com/droibit/flutter_custom_tabs
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_android
issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues
publish_to: 'none'

environment:
sdk: ^3.12.0
Expand All @@ -22,9 +21,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
# flutter_custom_tabs_platform_interface: ^2.4.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
flutter_custom_tabs_platform_interface: ^2.5.0
meta: ^1.10.0
Comment thread
droibit marked this conversation as resolved.

dev_dependencies:
Expand Down
3 changes: 2 additions & 1 deletion flutter_custom_tabs_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## NEXT
## 2.6.0

- Updates the minimum supported SDK version to Flutter 3.44/Dart 3.12.
- Updates minimum supported version to iOS 13.
Expand All @@ -7,6 +7,7 @@
- Changes the presentation anchor of `SFSafariViewController` from the key window to the plugin registrar's view controller.
- Updates minimum required `pigeon` version to 27.0.0.
- Updates minimum required `flutter_lints` version to 6.0.0.
- Updates minimum required `flutter_custom_tabs_platform_interface` version to 2.5.0.

## 2.5.0

Expand Down
7 changes: 2 additions & 5 deletions flutter_custom_tabs_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: flutter_custom_tabs_ios
description: iOS platform implementation of flutter_custom_tabs.
version: 2.5.0
version: 2.6.0
homepage: https://github.com/droibit/flutter_custom_tabs
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_ios
issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues
publish_to: 'none'

environment:
sdk: ^3.12.0
Expand All @@ -13,9 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
# flutter_custom_tabs_platform_interface: ^2.4.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
flutter_custom_tabs_platform_interface: ^2.5.0
meta: ^1.10.0
Comment thread
droibit marked this conversation as resolved.

dev_dependencies:
Expand Down
3 changes: 2 additions & 1 deletion flutter_custom_tabs_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## NEXT
## 2.5.0

- Updates the minimum supported SDK version to Flutter 3.44/Dart 3.12.
- Updates minimum required `flutter_lints` version to 6.0.0.
- Updates minimum required `flutter_custom_tabs_platform_interface` version to 2.5.0.

## 2.4.0

Expand Down
7 changes: 2 additions & 5 deletions flutter_custom_tabs_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: flutter_custom_tabs_web
description: Web platform implementation of flutter_custom_tabs.
version: 2.4.0
version: 2.5.0
homepage: https://github.com/droibit/flutter_custom_tabs
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_web
issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues
publish_to: 'none'

environment:
sdk: ^3.12.0
Expand All @@ -23,9 +22,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
# flutter_custom_tabs_platform_interface: ^2.4.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
flutter_custom_tabs_platform_interface: ^2.5.0
meta: ^1.10.0
url_launcher_web: ^2.3.3
url_launcher_platform_interface: ^2.2.0
Expand Down