flutter_fake_filler 1.1.0
flutter_fake_filler: ^1.1.0 copied to clipboard
A Flutter package that automatically fills form fields with dummy data for development and testing purposes. Inspired by the Fake Filler browser extension.
1.1.0 #
- NEW FEATURE: Added
showSnackbarproperty to control snackbar display- By default, snackbar is shown (
showSnackbar: true) - Set to
falseto disable snackbar notifications - Maintains backward compatibility with existing implementations
- By default, snackbar is shown (
- ENHANCEMENT: Added comprehensive documentation throughout the codebase
- Detailed inline documentation for all classes and methods
- Added parameter descriptions and usage examples
- Improved code maintainability and developer experience
- IMPROVEMENT: Enhanced form field detection and data generation logic
- COMPATIBILITY: Added
FakeFillerWidgettypedef for backward compatibility - TESTING: Added comprehensive widget tests for new functionality
0.0.1 #
- Initial release with basic fake data filling functionality
- Support for various input types: email, phone, date, URL, names, etc.
- Automatic form field detection and intelligent data generation
- Customizable floating action button for manual form filling