clever_util 1.0.0 copy "clever_util: ^1.0.0" to clipboard
clever_util: ^1.0.0 copied to clipboard

A utility dart library that simplifies using many patterns.

Clever Util #

style: very good analysis Powered by Mason License: MIT

A utility dart library that simplifies using many patterns.

Usage #

Import the library.

import 'package:clever_util/clever_util.dart';

Use the methods of the library.

void main(List<String> args) {
  // Working with Strings
  'hello world'.isNotBlank; // true
  '   '.isNotBlank; // false
  null.isNotBlank; // false
}
0
likes
130
pub points
0%
popularity

Publisher

verified publisherclevertasks.de

A utility dart library that simplifies using many patterns.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on clever_util