Um método para converter números para valor monetário por extenso, para português brasileiro
Exemplo:
Extenso.descrever(14051234567890.63)
Apresentará o retorno (String):
quatorze trilhões, cinquenta e um bilhões, duzentos e trinta e quatro milhões, quinhentos e sessenta e sete mil, oitocentos e noventa reais e sessenta e três centavos
TODO: List prerequisites and provide or point to information on how to start using the package.
First, add this package to your project:
dart pub add dart_numero_extenso_br
Then, at your code import the library and use:
import 'package:dart_numero_extenso_br/dart_numero_extenso_br.dart';
...
Extenso.descrever(14051234567890.63)
Pull requests and open issues at: https://github.com/arvanus/dart_numero_extenso_br