Posts by ueides • 26 points
1 post
-
0
votes2
answers1817
viewsA: Error: The argument type 'String? ' can’t be Assigned to the Parameter type 'String' because 'String? ' is nullable and 'String' isn’t
Opa Maurilio, I am in the same lesson as you; here goes my solution: import 'dart:io'; void main(){ // Verificar se a pessoa é maior de idade // Se a idade for maior ou igual a 18 var textidade =…