numberunit

Last updated:

0 purchases

numberunit Image
numberunit Images
Add to Cart

Description:

numberunit

numberunit #
千分位单位工具.
Getting Started #
This project is a starting point for a Dart
package,
a library module containing code that can be shared easily across
multiple Flutter or Dart projects.
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
Usage #
It is really easy to use!
You should ensure that you add the numberunit as a dependency in your flutter project.
dependencies:
numberunit: ^0.0.1
copied to clipboard
Example #
final val = NumberUnit.thousandFormat(1000);
print(val); // 1,000
final val1 = NumberUnit.thousandFormat(-1000);
print(val1); // -1,000
copied to clipboard

License:

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

Files In This Product:

Customer Reviews

There are no reviews.