Problem buliding old project with flutter 2.0.0 Problem buliding old project with flutter 2.0.0 flutter flutter

Problem buliding old project with flutter 2.0.0


flutter clean

and

flutter pub get

should solve your problem.


You can still using Flutter 2.0 with ignoring the null safety migration. Set this sdk constraint version in your pubspec.yaml

environment:  sdk: ">=2.7.0 <3.0.0"