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

moved flutter_test from dev_pub helpdependencies to dev_dependencies in pubspec.yaml #142

Merged
merged 2 commits into from
Oct 13, 2021

Conversation

aryang117
Copy link
Contributor

Description

So the issue seems to be that flutter_test package cannot work if it's added to the dev_pub helpdependencies and therefore, has to be moved to dev_dependencies.
Since, dev_dependencies wasn't present in pubspec.yaml, I added it

Fixes #132 (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code of conduct of this project
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

@Mohitmadhav Mohitmadhav added the hacktoberfest-accepted Approval of PR in Hacktober fest label Oct 13, 2021
@Mohitmadhav Mohitmadhav merged commit 9daf3de into Project-Easter:main Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Approval of PR in Hacktober fest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flutter Test file errors
2 participants