Getting error in MyApp constructor
const MyApp({Key? key}) : super(key: key);
This requires the 'non-nullable' language feature to be enabled. Try updating your pubspec.yaml to set the minimum SDK constraint to 2.12.0 or higher, and running 'pub get'.
but sdk is by default set to 2.12.0 already
sdk: ">=2.12.0 <3.0.0"
This project is created with the latest versions of Flutter and Dart.
Dart version: 2.13.3
Flutter version: 2.2.2