Steps to Reproduce
With hive_generator: ^0.9.0-nullsafety.1 in pubspec.yaml
Run flutter pub outdated --mode=null-safety
False Negative with Null Safety support
Package Name Current Upgradable Resolvable Latest
hive_generator ✗0.9.0-nullsafety.1 ✗0.9.0-nullsafety.1 ✗0.9.0-nullsafety.1 ✗0.9.0-nullsafety.1
I think it's because the minimum version of dart sdk in hive_generator is >=2.10.0
Update to >=2.12.0 will probably fixe the problem
Version
This could fixed by updating dart version to >2.12.0 for hive_generator and hive_flutter
Hive_generator depends on source_gen which does not supports null safety yet.
Hive_generator depends on source_gen which does not supports null safety yet.
Ok, thanks for the information. Wait & See ^_^
source_gen now supports null-safety, yay! :D
Most helpful comment
source_gennow supports null-safety, yay! :D