roundabnt

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

roundabnt

Round Abnt #
A Dart package to round numbers in brazilian abnt rule

[]

Installation #
flutter pub add roundabnt
copied to clipboard
Import #
import 'package:roundabnt/roundabnt.dart';
copied to clipboard
Example #
void main() {
final roundabnt = RoundAbnt();

double resp = 0.00;
resp = roundabnt.roundAbnt(88.241,2); // return 88.24
print('$resp');
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.