+ flutter dart Avoiding late variables in Dart 4 is problematic since the introduction of null safety. By the time the constructor body (the code in braces) starts, the object must be fully initialized so all its fields are usable, including d in… wono | tweet Add comment Do you want to delete? YesNo