Remover o sÃmbolo R$
R$
static String removerSimboloMoeda(String valor) { assert(valor.isNotEmpty); return valor.replaceAll('R\$ ', ''); }