Skip to content

Prepare for the next develpment#278

Merged
droibit merged 2 commits into
developfrom
next_dev
Nov 23, 2025
Merged

Prepare for the next develpment#278
droibit merged 2 commits into
developfrom
next_dev

Conversation

@droibit

@droibit droibit commented Nov 23, 2025

Copy link
Copy Markdown
Owner

No description provided.

@droibit droibit added this to the 2.5.0 milestone Nov 23, 2025
@droibit droibit self-assigned this Nov 23, 2025
Copilot AI review requested due to automatic review settings November 23, 2025 13:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 prepares the packages for local development by switching from published package version constraints to path-based dependencies. This enables developers to work on changes across multiple packages simultaneously without needing to publish intermediate versions.

Key Changes

  • Added publish_to: 'none' to all package pubspec.yaml files to prevent accidental publishing during development
  • Replaced version constraint dependencies with path-based dependencies pointing to sibling packages in the monorepo

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
flutter_custom_tabs_web/pubspec.yaml Added publish_to restriction and switched platform_interface dependency to path reference
flutter_custom_tabs_platform_interface/pubspec.yaml Added publish_to restriction to prevent accidental publishing
flutter_custom_tabs_ios/pubspec.yaml Added publish_to restriction and switched platform_interface dependency to path reference
flutter_custom_tabs_android/pubspec.yaml Added publish_to restriction and switched platform_interface dependency to path reference
flutter_custom_tabs/pubspec.yaml Added publish_to restriction and switched all platform package dependencies to path references

Comment thread flutter_custom_tabs_web/pubspec.yaml Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@droibit droibit merged commit 7a5e401 into develop Nov 23, 2025
3 of 6 checks passed
@droibit droibit deleted the next_dev branch November 23, 2025 14:30
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