numbers_to_words_russian 1.0.2 copy "numbers_to_words_russian: ^1.0.2" to clipboard
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';
1
likes
160
points
29
downloads

Publisher

verified publisherbatykov-gleb.ru

Weekly Downloads

Numbers to russian words converter. Supports numbers less than a trillion.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on numbers_to_words_russian