dart-sprintf
dart-sprintf copied to clipboard
Dart implementation of sprintf
It seems number compiled to javascript (platform node/firefox/chrome) aren't using 53bit numbers for `int` anymore, so formatting with `x` or `o` or `#` now fail. ``` |%x|%X| -1 [E] Expected:...
Let we have strings in English (LTR) and Hebrew (RTL) ``` String s = "Well done %s!"; String t = "! %s כל הכבוד"; ``` So when I use smth...
Hello, please consider merging this patch, I always get ",--" when formatting numbers like 10, 20, 30 using %.2f by production javascript code generated from dart sources.
It would be nice to have a full list of documentation of everything that is possible with this library
Hi amazing developers, Since the sample code in the README was not highlighted, I added a symbol for highlighting each of them. Thank you.