support 0.3.2
support: ^0.3.2 copied to clipboard
A collection of extension methods and helper classes for Dart projects.
Release Notes for 0.x #
Unreleased #
0.3.2 #
- Renamed GitHub
supportrepository tosupport_dart
0.3.1 #
- Added
String.startsWithAny()
0.3.0 #
- Fixed
LICENSElink inREADME.mdfor documentation - Added
String.between() - Added
String.betweenFirst() - Added
String.kebab() - Added
String.lcfirst() - Added
String.lower() - Added
String.plural() - Added
String.singular() - Added
String.snake() - Added
String.take() - Added
String.ucfirst() - Added
String.upper()
0.2.3 #
- Added
example/README.mdfor examples documentation
0.2.2 #
- Fixed
examplefolder structure
0.2.1 #
- Updated
README.md
0.2.0 #
- Added
String.after() - Added
String.afterLast() - Added
String.before() - Added
String.beforeLast()
0.1.0 #
- Added
String.reverse()