Reputation: 28916
I ran
flutter pub outdated
However, the outdated dependencies aren't showing in red color. What am I doing wrong?
Upvotes: 0
Views: 81
You should run
dart pub outdated
Upvotes: 1