any_field
A flexible Flutter input field widget that can display arbitrary content while maintaining the look and feel of a TextField.
0.1.3
70 downloads/mo
#2834 most downloaded on pub.dev
semutKecil/any_field
What this package is like to depend on
Last release 9 months ago
11 Nov 2025
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 12 of 12 stable releases
Nothing withdrawn
no release was ever pulled
10 months old
12 releases · first in 2025
12 releases in the last 12 months
see the full history below
Release timeline
12 releases · Oct 2025 to Nov 2025Releases
latest 12-
0.1.311 Nov 2025 -
0.1.205 Nov 2025Release notes
Open source →🐛 Bug Fixes
- Fixed
minHeightbehavior when set tonull— now defaults gracefully without layout issues.
📚 Documentation
- Added README notes clarifying that
isDenseis alwaystrue. When usingprefixIconorsuffixIcon, developers should explicitly setIcon(size: 24)to match nativeTextFieldalignment.
- Fixed
-
0.1.105 Nov 2025 -
0.1.004 Nov 2025Release notes
Open source →0.1.0 - 2025-11-04
-
Migrated core layout to
InputDecorator
Replaced legacy composition with nativeInputDecoratorfor idiomatic form field rendering and label/hint behavior. -
Removed all
compensationanddisplayPaddingparameters
Simplified API surface by eliminating manual layout overrides. Alignment now follows native Flutter behavior.
Full Changelog: v0.0.8...v0.1.0
Release notes
Open source →-
Migrated core layout to
InputDecorator
Replaced legacy composition with nativeInputDecoratorfor idiomatic form field rendering and label/hint behavior. -
Removed all
compensationanddisplayPaddingparameters
Simplified API surface by eliminating manual layout overrides. Alignment now follows native Flutter behavior.
-
-
0.0.830 Oct 2025Release notes
Open source → -
0.0.730 Oct 2025Release notes
Open source →0.0.7 - 2025-10-30
- Fix vertical offset when content height maxes out.
Full Changelog: v0.0.6...v0.0.7
-
0.0.628 Oct 2025Release notes
Open source → -
0.0.528 Oct 2025Release notes
Open source → -
0.0.428 Oct 2025Release notes
Open source →0.0.4 - 2025-10-26
- Updated README with dedicated picker examples section
- Optimized topics for pub.dev search
- Minor documentation improvements and clarifications
Full Changelog: v0.0.3...v0.0.4
Release notes
Open source →- Updated README with dedicated picker examples section
- Optimized topics for pub.dev search
- Minor documentation improvements and clarifications
-
0.0.326 Oct 2025Release notes
Open source →0.0.3 - 2025-10-26
- Fixed displayPadding so displayed content aligns correctly inside decorated fields.
- Replaced sample GIF with a smaller variant for faster README loading.
Full Changelog: v0.0.2...v0.0.3
Release notes
Open source →- Fixed displayPadding so displayed content aligns correctly inside decorated fields.
- Replaced sample GIF with a smaller variant for faster README loading.
-
0.0.226 Oct 2025Release notes
Open source →- Unified
onTapsignature toFutureOr<void>forAnyFieldandAnyFormField. - Expanded documentation for compensation params (helper/error/floating/left/right/top).
- README and example updates (smaller demo GIF); packaging and example fixes.
- Minor doc improvements and bug fixes.
- Unified
-
0.0.126 Oct 2025Release notes
Open source →Initial release of AnyField plugin.
Features
- Flexible input field widget that can display arbitrary content
- Full support for InputDecoration (labels, borders, icons)
- Form integration via AnyFormField wrapper
- Value management through AnyValueController
- Configurable height constraints with scroll support
- Platform-aware layout compensation parameters
- Keyboard navigation and focus support
- Tap handling for custom interaction (sync/async)
Documentation
- Added comprehensive API documentation
- Included usage examples
- Platform-specific layout compensation guide
Example
- Added sample app demonstrating basic usage
- Included form integration examples
- Demonstrated various input types (date, tags, custom content)