Useful functions, classes and class extensions for Dart projects

Features

  • DateTime extensions : Add useful functions to the DateTime class
  • String extensions : Add useful functions to the String class
  • 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

Libraries

extension_tools
Support for doing something awesome.
test/mock_mixin