- FIX: Breaking changes introduced by Flutter 3.27.0
- FEAT: Add
ordinal
,roman
and space extensions (thanks to @athishaves)
- BREAKING Remove the deprecated
textScaleFactor
in favor oftextScaler
.
.separatedBy()
now returns a list by default.
- Rename
horizontal
topaddingHorizontal
and so on
- Update README
- Fixes for Dart 3
- Add more extensions, see README
- Fix typo on README
- Add a longer description to the pubspec.yaml
- Update README
Initial Release