dart_extensionz 2.0.0
dart_extensionz: ^2.0.0 copied to clipboard
A set of Dart extensions I use in various projects. Including Boolean, DateTime extensions and more.
Dart Extensionz #
2.0.0 #
- BREAKING: Use
part
andpart of
instead of imports.- This is to ensure only the
dart_extensionz.dart
file can be imported.
- This is to ensure only the
- Move
toPrecision
intoNumberExtension
.
1.4.0 #
- Use better lint rules. Add
File.size()
and more.
1.3.0 #
- Fix DateTime isSameDay, add more String extensions and introduce File and Future extensions.
1.2.1 #
- Fix EnumExtension to allow Iterable
1.2.0 #
- Introduce
EnumExtension
.
1.1.0 #
- Introduce
PlatformExtension
.
1.0.2 #
- Add some comments and extra String methods.
1.0.1 #
- Update readme.
1.0.0 #
- Initial version.