Skip to content

Prepare for the next develpment#301

Merged
droibit merged 1 commit intodevelopfrom
next_dev
Feb 12, 2026
Merged

Prepare for the next develpment#301
droibit merged 1 commit intodevelopfrom
next_dev

Conversation

@droibit
Copy link
Owner

@droibit droibit commented Feb 12, 2026

No description provided.

@droibit droibit self-assigned this Feb 12, 2026
Copilot AI review requested due to automatic review settings February 12, 2026 10:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR appears to switch the federated plugin packages into a local-development configuration by disabling publishing and replacing published version constraints with workspace path dependencies.

Changes:

  • Added publish_to: 'none' to multiple package pubspec.yaml files.
  • Replaced flutter_custom_tabs_platform_interface (and other federated package) version constraints with path: dependencies.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 9 comments.

Show a summary per file
File Description
flutter_custom_tabs_web/pubspec.yaml Disables publishing and switches platform_interface dependency to a local path.
flutter_custom_tabs_platform_interface/pubspec.yaml Disables publishing of the platform interface package.
flutter_custom_tabs_ios/pubspec.yaml Disables publishing and switches platform_interface dependency to a local path.
flutter_custom_tabs_android/pubspec.yaml Disables publishing and switches platform_interface dependency to a local path.
flutter_custom_tabs/pubspec.yaml Disables publishing and switches all federated dependencies to local paths.

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'
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting publish_to: 'none' makes this package non-publishable and will break the release workflow for the Android implementation package.

Suggested change
publish_to: 'none'

Copilot uses AI. Check for mistakes.
Comment on lines +26 to +28
# flutter_custom_tabs_platform_interface: ^2.4.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a path: dependency in dependencies prevents publishing (pub rejects path deps) and will break consumers resolving this package from pub.dev. Keep the version constraint here and, for local workspace development, use dependency_overrides (or a pubspec_overrides.yaml) to point to the local path instead.

Suggested change
# 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.4.0

Copilot uses AI. Check for mistakes.
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'
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting publish_to: 'none' makes this package non-publishable and will break the publish/release process. Since flutter_custom_tabs_platform_interface is the contract package that other packages depend on via pub, this should remain publishable.

Suggested change
publish_to: 'none'

Copilot uses AI. Check for mistakes.
@droibit droibit merged commit 76527e4 into develop Feb 12, 2026
12 checks passed
@droibit droibit deleted the next_dev branch February 12, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants