faker_x 0.4.5 faker_x: ^0.4.5 copied to clipboard
BEST faker package available for dart that generates fake data you need.
0.4.5 #
- Update README.md
0.4.4 #
- Update scripts
0.4.3 #
- Changed package name to faker_x
0.4.2 #
- Fix internet.emails not being generated with correct provider names
- Add Number resource
- Add Phone resource
0.3.1 #
- Remove the need to create Args object to pass arguments to methods of FakerX to generate fake value. (flatten FakerX generator methods arguments)
- Fix bug in internet.disposableMail method not being generated correctly
- Add example app
- Add location resource
- Add a TypeDataSource to make possible generating non string fake values
0.2.1 #
- Add automotive resource
- Add vehicle resource
- Add color resource
- Add global resource support
- Add colorful messages for script errors
- Add internet resource
- Update person resource
- Add support to add string transformers to formats
- Add support to return Format objects from DataSource builder callback
- Update generator scripts and more validation checks
0.1.1 #
- Finish code generation scripts.
- Add support for DataSources with builder methods
- Add support for global DataSources
- Fix bad data in DataSources
0.0.1 #
- Initial version.