mockable 0.1.0
mockable: ^0.1.0 copied to clipboard
Annotation and runtime helpers for generating realistic mock instances of your Dart classes. Pairs with mockable_gen for build_runner code generation.
0.1.0 #
- Initial release.
@Mockable()annotation marks a class for mock generation bymockable_gen.@MockableIgnore()annotation skips mock generation for a single field.MockFakerstatic façade overpackage:fakerwith helpers covering common field shapes (email, phone, name, id, url, dates, currency, etc.) plus aseed()for deterministic output.