roundabnt 1.0.4+2 copy "roundabnt: ^1.0.4+2" to clipboard
roundabnt: ^1.0.4+2 copied to clipboard

This package allow user to round a number with brazilian abnt rule

Round Abnt #

A Dart package to round numbers in brazilian abnt rule

Project Owner [GitHub stars] GitHub forks

Installation #

flutter pub add roundabnt

Import #

import 'package:roundabnt/roundabnt.dart';

Example #

void main() {
  final roundabnt = RoundAbnt();

  double resp = 0.00;
  resp = roundabnt.roundAbnt(88.241,2); // return 88.24
  print('$resp');
}
2
likes
140
points
0
downloads

Publisher

verified publishersclemente.42web.io

Weekly Downloads

This package allow user to round a number with brazilian abnt rule

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on roundabnt