Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify DevToolsExtensionConfig model to handle static extensions #7602

Merged
merged 21 commits into from
Apr 17, 2024

Conversation

kenzieschmoll
Copy link
Member

Work towards #7569

@kenzieschmoll kenzieschmoll requested a review from a team as a code owner April 16, 2024 22:22
@kenzieschmoll kenzieschmoll requested review from bkonyi and removed request for a team April 16, 2024 22:22
@@ -4,7 +4,12 @@
* **Breaking change:** rename `ExtensionsApi.extensionRootPathPropertyName`
to `ExtensionsApi.packageRootUriPropertyName`, and modify the String value
for the parameter from 'rootPath' to 'packageRootUri'.

* **Breaking change:** add new required JSON fields "devtoolsOptionsUri" and
Copy link
Contributor

Choose a reason for hiding this comment

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

How are we planning on handling these breaking changes for existing extensions in the ecosystem?

Copy link
Member Author

Choose a reason for hiding this comment

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

These breaking changes are for the DevTools --> DevTools server API and shouldn't be called directly by DevTools extensions. The devtools_extensions and devtools_app_shared packages will be bumped to this new devtools_shared version in their own major version bumps.

@kenzieschmoll kenzieschmoll merged commit f622913 into flutter:master Apr 17, 2024
23 checks passed
@kenzieschmoll kenzieschmoll deleted the dte-static branch April 17, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants