3 Steps to Migrate to Lint 2.0
Flutter 3.0 introduce along with the lint 2.0. For project created after flutter 3.0 will automatically use the lint 2.0, but for project created previously required to migrate manually.
1. Add flutter_lints package to dev dependance
flutter pub add ...
maylau.hashnode.dev2 min read