lenient_equality 0.0.1 lenient_equality: ^0.0.1 copied to clipboard
Plugin that contains dynamic value parsers to check for null, empty, true and others.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lenient_equality
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
lenient_equality: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:lenient_equality/lenient_equality.dart';