big_decimal_intl 1.0.1 copy "big_decimal_intl: ^1.0.1" to clipboard
big_decimal_intl: ^1.0.1 copied to clipboard

Parsing and formatting of big decimal numbers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add big_decimal_intl

With Flutter:

 $ flutter pub add big_decimal_intl

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  big_decimal_intl: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:big_decimal_intl/big_decimal_intl.dart';
3
likes
150
points
25
downloads

Publisher

verified publisherottenweller.net

Weekly Downloads

Parsing and formatting of big decimal numbers.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

big_decimal, intl

More

Packages that depend on big_decimal_intl