0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.