Skip to content

RoundedInfinity/clever_util

Repository files navigation

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
}

About

A utility dart library that simplifies using many patterns.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages