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
2 changes: 1 addition & 1 deletion flutter_custom_tabs_platform_interface/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 minimum required `flutter_lints` version to 6.0.0.
Comment thread
droibit marked this conversation as resolved.
Expand Down
3 changes: 1 addition & 2 deletions flutter_custom_tabs_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: flutter_custom_tabs_platform_interface
description: A common platform interface for the flutter_custom_tabs plugin.
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_platform_interface
issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues
publish_to: 'none'

environment:
Comment thread
droibit marked this conversation as resolved.
sdk: ^3.12.0
Expand Down