dart-lang / watcher

A file system watcher library for Dart.
https://pub.dev/packages/watcher
BSD 3-Clause "New" or "Revised" License
138 stars 35 forks source link

Migrate to null safety. #99

Closed scheglov closed 3 years ago

scheglov commented 3 years ago

https://github.com/dart-lang/watcher/issues/97

scheglov commented 3 years ago

Note that pub upgrade does not work. How to fix it?

/Users/scheglov/Applications/dart-sdk/bin/pub upgrade
Resolving dependencies...
Because test >=1.16.0-nullsafety.10 depends on analyzer >=0.36.0 <0.42.0 which depends on watcher ^0.9.6, test >=1.16.0-nullsafety.10 requires watcher ^0.9.6.
So, because watcher depends on test ^1.16.0-nullsafety.13 and watcher is 0.10.0-nullsafety.0, version solving failed.