cah4a / dart_nock

HTTP requests mocking library for dart and flutter.
https://pub.dev/packages/nock
MIT License
20 stars 14 forks source link

move test to dev dependencies #25

Closed mark-nicepants closed 9 months ago

mark-nicepants commented 9 months ago

I got conflicts with other packages (analyzer < 6.0). But the test dependency doesn't even have to be in the main dependencies. Just in dev will do :-)

All tests still green and no errors.