amount_to_word 2.0.2
amount_to_word: ^2.0.2 copied to clipboard
A comprehensive Flutter package for converting numbers and amounts to words in multiple languages (Persian, English, Turkish) with full currency support and smart pluralization.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add amount_to_word
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
amount_to_word: ^2.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:amount_to_word/amount_to_word.dart';