easy_helpers 0.0.9
easy_helpers: ^0.0.9 copied to clipboard
Provides helper classes, functions, and extensions for easy to build flutter apps.
0.0.9 #
- Change. The string of title, message in dialog functions are now widget.
0.0.8 #
- Add. notEmpty for the alias of !isNullOrEmpty
0.0.7 #
- Add. empty for the alias of isNullOrEmpty
0.0.6 #
- Add. More features
0.0.5 #
- Add.
chunk
and more methods. - Add. Unit tests.
0.0.4 #
- Breaking Chnages Refine the package. Some function name changed.
- Add. Unit tests.
0.0.3 #
- Refactor. File names.
0.0.2 #
- Refactor. Hide indivisual code files and export only
easy_helper.dart
.
0.0.1 #
- Initial release.