Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates multiple pubspec.yaml files to source key packages directly from the pieces-app/super_editor Git repository instead of local paths or pub.dev versions.
- Switches
super_editor,super_text_layout, and related packages to Git dependencies - Ensures all plugins (
website,super_editor_spellcheck,super_editor_markdown,super_editor) reference the same upstream repo
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| website/pubspec.yaml | Switched super_editor and super_text_layout to Git sources |
| super_editor_spellcheck/pubspec.yaml | Switched super_editor_markdown and super_text_layout to Git sources |
| super_editor_markdown/pubspec.yaml | Switched super_editor to Git source |
| super_editor/pubspec.yaml | Switched super_text_layout to Git source |
| path: super_editor | ||
| super_text_layout: | ||
| git: | ||
| url: git@github.com:pieces-app/super_editor.git | ||
| path: super_text_layout |
There was a problem hiding this comment.
Consider pinning this Git dependency to a specific commit hash or tag (using ref) to ensure reproducible builds.
| path: super_editor | |
| super_text_layout: | |
| git: | |
| url: git@github.com:pieces-app/super_editor.git | |
| path: super_text_layout | |
| path: super_editor | |
| ref: <SPECIFIC_COMMIT_HASH_OR_TAG> | |
| super_text_layout: | |
| git: | |
| url: git@github.com:pieces-app/super_editor.git | |
| path: super_text_layout | |
| ref: <SPECIFIC_COMMIT_HASH_OR_TAG> |
|
|
||
| super_editor: ^0.3.0-dev.15 | ||
| super_text_layout: ^0.1.12 | ||
| super_editor_markdown: |
There was a problem hiding this comment.
Consider pinning this Git dependency to a specific commit hash or tag (using ref) to ensure reproducible builds.
| sdk: flutter | ||
|
|
||
| super_editor: ^0.3.0-dev.13 | ||
| super_editor: |
There was a problem hiding this comment.
Consider pinning this Git dependency to a specific commit hash or tag (using ref) to ensure reproducible builds.
| linkify: ^5.0.0 | ||
| logging: ^1.3.0 | ||
| super_text_layout: ^0.1.18 | ||
| super_text_layout: |
There was a problem hiding this comment.
Consider pinning this Git dependency to a specific commit hash or tag (using ref) to ensure reproducible builds.
No description provided.