Texte inattendu tardif flottement

late is for projects converted to null safety using min dart sdk 2.12.
It tells the compiler that it's null now but will be initialized later on.
You can either omit the late keyword in that case or change the min sdk
in your pubspec.yaml to 2.12.
Code Junk