-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: Create Widget command #24
Conversation
await removeViewFromRoute(outputPath: outputPath); | ||
await _processService.runBuildRunner(appName: outputPath); | ||
await _pubspecService.initialise(workingDirectory: workingDirectory); | ||
await validateStructure(outputPath: workingDirectory); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working directory is much better naming than outputPath
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. I'm happy we fixed the analyze errors from the base project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome.
Can't wait to add this to the docs and make an announcement for it
# [1.9.0](v1.8.3...v1.9.0) (2023-06-01) ### Features * Create Widget command ([#24](#24)) ([b922402](b922402))
🎉 This PR is included in version 1.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes Stacked-Org/stacked#870