app_dropdown_picker 0.1.3
app_dropdown_picker: ^0.1.3 copied to clipboard
A feature-rich dropdown picker with local search, remote API support, pagination, and customizable UI.
0.1.3 #
- Fix:
_parseApiResponsenow properly handles integer/string status values (1,"1") in addition to booleantrue. Matches the common Laravel API pattern where"status": 1indicates success.
0.1.2 #
- Docs: Added comprehensive dartdoc comments for all public APIs —
AppDropdownPickerfields,AppPickerItem,DropdownSearchField, and library-level documentation. - Meta: Added complete
example/directory with runnable Flutter app demonstrating local mode, disabled items, and custom colors. - Meta: Added
analysis_options.yamlwith best-practice lint rules. - Meta: Added
.gitignorewith Flutter/Dart standard ignores. - Docs: Fixed README parameter references (
dio→httpClient). - Docs: Improved README with pub.dev badge, quick start, and example directory link.
0.1.1 #
- Added
shadowColoranddividerColorcolor overrides. - Changed
clearButtonColordefault fromerrortoonSurfaceVariant. - All colors now use
Theme.of(context).colorSchemeas defaults.
0.1.0 #
Initial release.
AppDropdownPickerwidget — dropdown with local items, remote API, search, pagination.DropdownSearchFieldwidget — search input for use inside dropdown.AppPickerItemmodel — generic picker item with value, label, enabled state.- Smart overlay positioning (opens upward if space is limited).
- Scroll-to-selected-item on overlay open.
- Customizable colors and labels via constructor parameters.