clever_util

Creator: coderz1093

Last updated:

0 purchases

clever_util Image
clever_util Images

Languages

Categories

Add to Cart

Description:

clever util

Clever Util #



A utility dart library that simplifies using many patterns.
Usage #
Import the library.
import 'package:clever_util/clever_util.dart';
copied to clipboard
Use the methods of the library.
void main(List<String> args) {
// Working with Strings
'hello world'.isNotBlank; // true
' '.isNotBlank; // false
null.isNotBlank; // false
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.