format 1.2.0 copy "format: ^1.2.0" to clipboard
format: ^1.2.0 copied to clipboard

A package for formatting Dart strings like a format method in Python.

CHANGELOG #

1.2.0 #

  • Named arguments can now accept Symbol:

    format('{a} {b}', {#a: 123, #b: 234});
    
  • Updated.

  • Fixed bug: Formatting fails if 2 justifications used in a single string (https://github.com/vi-k/format/issues/2).

1.1.1 #

  • English README.md.
  • Add extension method print and top-level function format.

1.1.0 #

  • Breaked changes: for named args use format({...}) instead of format([], {...}).

1.0.1-nullsafety.0 #

  • Fixed A little.

1.0.0-nullsafety.0 #

  • First release. The basic version is ready. The tests are written.
50
likes
0
pub points
94%
popularity

Publisher

verified publisheryet-another.dev

A package for formatting Dart strings like a format method in Python.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

characters, dart_code_metrics, intl

More

Packages that depend on format