faker_gen 0.2.0
faker_gen: ^0.2.0 copied to clipboard
Code generator for fake factory functions. Generates fakeClassName() functions for classes annotated with @FakeIt().
example/lib/example.dart
/// Example package demonstrating faker_gen usage with all FakeAs types.
library;
export 'models/complete_model.dart';