Bump flutter_custom_tabs_web version to 2.4.0#296
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the flutter_custom_tabs_web package from version 2.3.0 to 2.4.0, aligning it with the platform_interface package version 2.4.0. The update includes minimum SDK version requirements (Flutter 3.27.0/Dart 3.6) and prepares the package for publication by removing the publish_to: 'none' directive and switching from a path dependency to a version constraint for the platform_interface.
Changes:
- Bumps package version from 2.3.0 to 2.4.0
- Updates dependency from path reference to
flutter_custom_tabs_platform_interface: ^2.4.0 - Removes
publish_to: 'none'to enable package publication - Updates CHANGELOG with SDK and flutter_lints version requirements
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| flutter_custom_tabs_web/pubspec.yaml | Version bump to 2.4.0, removes publish_to restriction, updates platform_interface dependency to version constraint |
| flutter_custom_tabs_web/CHANGELOG.md | Documents SDK version update to Flutter 3.27.0/Dart 3.6 and flutter_lints 5.0.0 requirement |
| @@ -1,3 +1,8 @@ | |||
| ## 2.4.0 | |||
|
|
|||
| - Updates minimum supported SDK version to Flutter 3.27.0/Dart 3.6. | |||
There was a problem hiding this comment.
The CHANGELOG is missing an entry for the updated flutter_custom_tabs_platform_interface dependency version. Based on the pattern in previous versions (2.3.0, 2.2.0, 2.2.0-dev.1, 2.1.0), there should be a bullet point noting "Updates minimum required flutter_custom_tabs_platform_interface version to 2.4.0." since the dependency was updated from a path reference to version ^2.4.0 in pubspec.yaml.
| - Updates minimum supported SDK version to Flutter 3.27.0/Dart 3.6. | |
| - Updates minimum supported SDK version to Flutter 3.27.0/Dart 3.6. | |
| - Updates minimum required `flutter_custom_tabs_platform_interface` version to 2.4.0. |
No description provided.