tradukisto 0.0.1 copy "tradukisto: ^0.0.1" to clipboard
tradukisto: ^0.0.1 copied to clipboard

Convert numbers to words (text representation).

example/tradukisto_example.dart

import 'package:tradukisto/value_converters.dart';

void main() {
  ValueConverters converter = ValueConverters.ENGLISH_INTEGER;
  print(converter.asWords(221));
}
copied to clipboard
7
likes
140
points
20
downloads

Publisher

verified publishersolid.software

Weekly Downloads

2024.09.26 - 2025.04.10

Convert numbers to words (text representation).

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on tradukisto