unified_dropdown 0.0.2
unified_dropdown: ^0.0.2 copied to clipboard
A flexible Flutter dropdown widget that supports both selection from a list and user-defined input with automatic code generation.
0.0.2 #
- Added BSD 3-Clause license.
- Added package README with usage example and API overview.
- Prepared package metadata for pub.dev publication.
0.0.1 #
- Initial release of
UnifiedDropdown. - Supports selecting from a list or typing a new value with automatic code generation.
- Optional field validation and custom hint text.