xstring 1.2.2
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:
substrremoved. - BREAKING:
lastchanged to a getter, returns last character. - BREAKING:
isEmptyOrNullno longer treats 'null' as an actualnull. sliceadded, follows JavaScript's slice method for arrays.firstadded, returns first character.skipandtakeupdated 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.