to_string 1.2.1 copy "to_string: ^1.2.1" to clipboard
to_string: ^1.2.1 copied to clipboard

A tools for generating toString method for class, based on build_runner

1.2.1 #

  • Fix: Only field with it type annotated ToString() can be wrapped output in pretty print.

1.2.0+1 #

  • Supports pretty print with annotation ToString() or build.yaml

1.1.0 #

  • Private or static field and getter with ToString() will be shown in method toString()

  • Public field, private or static field and getter with ToString() in supper class and mixin class with ToString(), will be shown in their base class method toString

1.0.1 #

  • Fix bug setter is generated incorrectly.

1.0.0 #

  • Annotate ToString() to getter to let it show in toString()

0.1.0 #

  • Stable release

0.0.1 #

  • Add ToString annotation for generating toString()
9
likes
40
pub points
53%
popularity

Publisher

unverified uploader

A tools for generating toString method for class, based on build_runner

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on to_string