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

news project. error: Target of URI doesn't exist: 'package:test/test.dart' #6

Open
rustkas opened this issue Oct 25, 2020 · 0 comments

Comments

@rustkas
Copy link

rustkas commented Oct 25, 2020

If you've upgraded to a recent master, you'll find that flutter_test has removed its dependency on package:test. The package hasn't been removed or renamed, but you will need to specifically add it to you dev_dependencies in your pubspec now:

dev_dependencies:
  flutter_test:
    sdk: flutter
  test: ^1.15.4

more info

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

No branches or pull requests

1 participant