Question:
How to check which package version matches your SDK version Or flutter version?
solution:
// Run this command
flutter pub outdated
and check your package version ,for example
Question:
How to check which package version matches your SDK version Or flutter version?
solution:
// Run this command
flutter pub outdated
and check your package version ,for example