flutter_form_filler 0.1.2 copy "flutter_form_filler: ^0.1.2" to clipboard
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 format across all source files.

0.1.0 #

  • FormFillerWrapper widget — wrap any screen to get a debug-only FAB that auto-fills forms.
  • Smart field detection via keyboardType, obscureText, labelText, and hintText.
  • 13 field types supported: email, phone, first/last/full name, username, password, URL, number, address, city, zip code, and fallback.
  • Custom email domain support (customEmailDomain parameter).
  • 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 readOnly and disabled fields automatically.
  • FAB gated behind kDebugMode — zero impact on release builds.
1
likes
160
points
164
downloads

Documentation

API reference

Publisher

verified publisherkevinhector.com

Weekly Downloads

A debug-only widget to auto-fill Flutter forms with mock data. Wrap any screen with FormFillerWrapper to populate fields instantly.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

faker, flutter

More

Packages that depend on flutter_form_filler