number_to_string 0.0.3 copy "number_to_string: ^0.0.3" to clipboard
number_to_string: ^0.0.3 copied to clipboard

Convert The Numbers Into Humanized text

Convert The Numbers Into Humanized text

Features #

Support Both English And Arabic Languages

Getting started #

To use NumberToString in your project, add the number_to_string package to pubspec.yaml:

number_to_string: 0.0.1

Import the package to use it:

import 'package:number_to_string/number_to_string.dart';

Usage #

  • First Create New Instance
NumberToString numberToString = new NumberToString();
  • English use
Container(
child:Text(number.parse(1000, "en")) // Thousand
)
  • Arabic use
Container(
child:Text(number.parse(1000, "ar")) // الف
)

Follow Me On Linkedin #

OmarMudhaffar

4
likes
110
pub points
56%
popularity

Publisher

unverified uploader

Convert The Numbers Into Humanized text

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on number_to_string