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

feat: Create Widget command #24

Merged
merged 3 commits into from
Jun 1, 2023
Merged

Conversation

ferrarafer
Copy link
Contributor

@ferrarafer ferrarafer commented Jun 1, 2023

@ferrarafer ferrarafer requested a review from FilledStacks June 1, 2023 02:40
await removeViewFromRoute(outputPath: outputPath);
await _processService.runBuildRunner(appName: outputPath);
await _pubspecService.initialise(workingDirectory: workingDirectory);
await validateStructure(outputPath: workingDirectory);
Copy link
Contributor

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

Copy link
Contributor

@FilledStacks FilledStacks Jun 1, 2023

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.

Copy link
Contributor

@FilledStacks FilledStacks left a 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

@FilledStacks FilledStacks merged commit b922402 into main Jun 1, 2023
@FilledStacks FilledStacks deleted the feat/create-widget-command branch June 1, 2023 11:29
FilledStacks pushed a commit that referenced this pull request Jun 1, 2023
# [1.9.0](v1.8.3...v1.9.0) (2023-06-01)

### Features

* Create Widget command ([#24](#24)) ([b922402](b922402))
@FilledStacks
Copy link
Contributor

🎉 This PR is included in version 1.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CLI] Ability to specify custom path in create commands
2 participants