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: install packages automatically #130

Merged
merged 6 commits into from
May 25, 2021
Merged

feat: install packages automatically #130

merged 6 commits into from
May 25, 2021

Conversation

felangel
Copy link
Contributor

@felangel felangel commented May 25, 2021

Description

Running very_good create my_app will now do the following:

  1. Bootstrap the project
  2. Check if Flutter is installed (NEW)
  3. If Flutter is installed, run flutter packages get (NEW)
  4. Output summary of generated files

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel added the feature A new feature or request label May 25, 2021
@felangel felangel requested a review from jorgecoca May 25, 2021 15:17
@felangel felangel self-assigned this May 25, 2021
jorgecoca
jorgecoca previously approved these changes May 25, 2021
@felangel felangel merged commit bcff075 into main May 25, 2021
@felangel felangel deleted the feat/install-packages branch May 25, 2021 16:48
@felangel felangel mentioned this pull request May 25, 2021
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Install Dependencies Automatically
2 participants