luthor 0.4.4 luthor: ^0.4.4 copied to clipboard
A Dart validation library inspired by https://zod.dev with support for code generation.
Luthor #
Luthor is a validation library, heavily inspired by zod
Installation #
Dart:
dart pub add luthor
copied to clipboard
Flutter:
flutter pub add luthor
copied to clipboard
See the documentation for usage.