Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

unexpected text late flutter

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.
 
PREVIOUS NEXT
Tagged: #unexpected #text #late #flutter
ADD COMMENT
Topic
Name
2+7 =