I'm tryna enabled null-safe property. that's why I wrote "dart pub outdated --mode=null-safety
" but I got error below:
Asked
Active
Viewed 441 times
0

zey.s
- 13
- 4
1 Answers
0
I don't think that's an error, the message is letting you know that the x indicates dependencies with no null safety, while the ✓ indicates versions with null safety.
It would then normally go on to list all of your dependencies with either a x or a ✓, but it doesn't because all your dependencies are null safe, so there is no need to (see the next line on your "error").

h8moss
- 4,626
- 2
- 9
- 25