flutter_form_filler 0.1.2
flutter_form_filler: ^0.1.2 copied to clipboard
A debug-only widget to auto-fill Flutter forms with mock data. Wrap any screen with FormFillerWrapper to populate fields instantly.
0.1.2 #
- Updated README.
0.1.1 #
- Improved package description for better SEO and pub points.
- Ran
dart formatacross all source files.
0.1.0 #
FormFillerWrapperwidget — wrap any screen to get a debug-only FAB that auto-fills forms.- Smart field detection via
keyboardType,obscureText,labelText, andhintText. - 13 field types supported: email, phone, first/last/full name, username, password, URL, number, address, city, zip code, and fallback.
- Custom email domain support (
customEmailDomainparameter). - Multiline fields (
maxLines > 1) receive a lorem paragraph instead of a single word. - Controller deduplication prevents double-filling.
- Try/catch resilience — broken subtrees don't abort the scan.
- Skips
readOnlyanddisabledfields automatically. - FAB gated behind
kDebugMode— zero impact on release builds.