extension_dart_tools 1.4.1
extension_dart_tools: ^1.4.1 copied to clipboard
Tools functions and extensions in dart
Useful functions, classes and class extensions for Dart projects
Features #
- DateTime extensions : Add useful functions to the
DateTimeclass - String extensions : Add useful functions to the
Stringclass - MockMixin : A mixin to help you mock classes and functions in your tests
- Nullable : A class to handle nullable values (usefull for copyWith methods to actually save null values)
External contributions #
If you want to add new widgets or extensions, please keep in mind before submitting a PR :
- Widgets and extensions must be generic enough to be usable in many projects
- Unit tests and automated tests are mandatory. 100% coverage is required for any newly added code
Thanks for your contributions!
Happy Coding.
Maxime