dart_data_validation 1.0.2 copy "dart_data_validation: ^1.0.2" to clipboard
dart_data_validation: ^1.0.2 copied to clipboard

A powerful data validation package for Dart that provides a flexible way to validate various data types and structures.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_data_validation

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dart_data_validation: ^1.0.2

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:dart_data_validation/dart_data_validation.dart';
1
likes
140
pub points
42%
popularity

Publisher

verified publisheraltaysakarya.dev

A powerful data validation package for Dart that provides a flexible way to validate various data types and structures.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dart_data_validation