0 purchases
dart numero extenso br
Um método para converter números para valor monetário por extenso, para português brasileiro
Features #
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
Getting started #
TODO: List prerequisites and provide or point to information on how to
start using the package.
Usage #
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)
copied to clipboard
Additional information #
Pull requests and open issues at: https://github.com/arvanus/dart_numero_extenso_br
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.