Is there a way to format numbers to a text description in Dart? Like 0 would be 'zero' and 100 would be 'one hundred'.
Asked
Active
Viewed 31 times
0
S.D.
- 5,197
- 9
- 38
- 64
-
1I appreciate that Dart isn't Java, but the same logic applies. – Enigmativity Jul 29 '18 at 03:09
-
1This is not a dupe. Asking for a Dart-specific package that does this is quite reasonable. – Kevin Moore Aug 02 '18 at 03:09