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

Ship a build_and_copy command with the devtools_extensions package #6259

Merged
merged 8 commits into from
Aug 28, 2023

Conversation

kenzieschmoll
Copy link
Member

This command will build a devtools extension at the specified --source location and copy the built assets to the specified --dest location for the parent pub package. After running pub global activate devtools_extensions, this command will be available.

Help output: dart run devtools_extensions build_and_copy -h
Screenshot 2023-08-28 at 10 24 57 AM

Example execution:
Screenshot 2023-08-28 at 10 49 13 AM

This PR also updates the README.md.

Work towards #1632.

@kenzieschmoll kenzieschmoll requested a review from a team as a code owner August 28, 2023 17:55
@kenzieschmoll kenzieschmoll requested review from bkonyi and removed request for a team August 28, 2023 17:55
packages/devtools_extensions/README.md Show resolved Hide resolved
packages/devtools_extensions/README.md Outdated Show resolved Hide resolved
packages/devtools_extensions/bin/_build_and_copy.dart Outdated Show resolved Hide resolved
packages/devtools_extensions/bin/_build_and_copy.dart Outdated Show resolved Hide resolved
packages/devtools_extensions/bin/_build_and_copy.dart Outdated Show resolved Hide resolved
packages/devtools_extensions/bin/_build_and_copy.dart Outdated Show resolved Hide resolved
packages/devtools_extensions/bin/_build_and_copy.dart Outdated Show resolved Hide resolved
@kenzieschmoll
Copy link
Member Author

Unrelated integration test failure from packages/devtools_app. See #6268.

@kenzieschmoll kenzieschmoll merged commit 9e4a31d into flutter:master Aug 28, 2023
14 of 15 checks passed
@kenzieschmoll kenzieschmoll deleted the ext-cmd branch August 28, 2023 21:18
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.

2 participants