1
resposta

Olá, ja tentei de diversas formas mas ao debugar continua dando erro de type int.

Segue código:

1 resposta

Bom dia André, tente dessa forma:

    final String? name = _nameController.text.toString();
    final int? accountNumber = int.tryParse(_accountNumberController.text.toString());