nex_validation_plus 0.0.1
nex_validation_plus: ^0.0.1 copied to clipboard
A set of extension methods for performing common validations on strings in Dart applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nex_validation_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nex_validation_plus: ^0.0.1Alternatively, 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:nex_validation_plus/extensions/nex_validations_extensions.dart';
import 'package:nex_validation_plus/fuctions/nex_validations_functions.dart';
import 'package:nex_validation_plus/nex_validation.dart';