numbers_to_words_russian 1.0.2
numbers_to_words_russian: ^1.0.2 copied to clipboard
Numbers to russian words converter. Supports numbers less than a trillion.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add numbers_to_words_russian
With Flutter:
$ flutter pub add numbers_to_words_russian
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
numbers_to_words_russian: ^1.0.2
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:numbers_to_words_russian/numbers_to_words_russian.dart';