xstring 1.2.2 copy "xstring: ^1.2.2" to clipboard
xstring: ^1.2.2 copied to clipboard

String extensions to make working with String? variables more convenient.

1.2.2 #

  • Fix varName for private Dart name (maintain the leading underscore).

1.2.1 #

  • Display utils added (banner and times).

1.2.0 #

  • BREAKING: substr removed.
  • BREAKING: last changed to a getter, returns last character.
  • BREAKING: isEmptyOrNull no longer treats 'null' as an actual null.
  • slice added, follows JavaScript's slice method for arrays.
  • first added, returns first character.
  • skip and take updated to accept negative values.

1.1.1 #

  • Display utils added (prefix and suffix).

1.1.0 #

  • Parsing and collection-like conveniences added (last, skip, take).

1.0.2 #

  • README updates.

1.0.1 #

  • Pub updates.

1.0.0 #

  • Initial Open Source release.
0
likes
120
pub points
58%
popularity

Publisher

unverified uploader

String extensions to make working with String? variables more convenient.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on xstring