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

Contains annotations to drive validation and classes to represent validation results

example/example.dart

import 'package:squarealfa_validation/squarealfa_validation.dart';

part 'example.g.dart';

@validatable
class Recipe {
  @required
  final String title;

  Recipe({
    required this.title,
  });
}
0
likes
150
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Contains annotations to drive validation and classes to represent validation results

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on squarealfa_validation