flutter_fake_filler 1.1.1
flutter_fake_filler: ^1.1.1 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.1 #
- CODE QUALITY: Improved code formatting to follow Dart conventions
- Reformatted arrays to have one element per line for better readability
- Enhanced git diff clarity and code maintainability
- Improved code review experience with cleaner formatting
- DOCUMENTATION: Enhanced GitHub Pages documentation site
- Complete API documentation with examples
- Comprehensive usage guides and tutorials
- Professional documentation layout with search functionality
- INFRASTRUCTURE: Improved package publishing setup
- Dual directory structure for GitHub Pages and pub.dev compliance
- Optimized package size with
.pubignoreconfiguration - Enhanced repository accessibility and validation
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