app_dropdown_picker
A feature-rich dropdown picker with local search, remote API support, pagination, and customizable UI.
0.1.3
64 downloads/mo
#3127 most downloaded on pub.dev
adibagasp23/app_dropdown_search
What this package is like to depend on
Last release 1 months ago
21 Jul 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2026 to Jul 2026Releases
latest 3-
0.1.321 Jul 2026Release notes
Open source →- Fix:
_parseApiResponsenow properly handles integer/string status values (1,"1") in addition to booleantrue. Matches the common Laravel API pattern where"status": 1indicates success.
- Fix:
-
0.1.221 Jul 2026Release notes
Open source →- 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.
- Docs: Added comprehensive dartdoc comments for all public APIs —
-
0.1.121 Jul 2026Release notes
Open source →- Added
shadowColoranddividerColorcolor overrides. - Changed
clearButtonColordefault fromerrortoonSurfaceVariant. - All colors now use
Theme.of(context).colorSchemeas defaults.
- Added