digits_to_words_russian 1.1.2
digits_to_words_russian: ^1.1.2 copied to clipboard
A Flutter/Dart package that converts numbers to their textual representation in Russian, handling proper grammar and declensions according to Russian language rules.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add digits_to_words_russianThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
digits_to_words_russian: ^1.1.2Alternatively, 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:digits_to_words_russian/digits_to_words_russian.dart';