app_dropdown_picker 0.1.3 copy "app_dropdown_picker: ^0.1.3" to clipboard
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: _parseApiResponse now properly handles integer/string status values (1, "1") in addition to boolean true. Matches the common Laravel API pattern where "status": 1 indicates success.

0.1.2 #

  • Docs: Added comprehensive dartdoc comments for all public APIs — AppDropdownPicker fields, 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.yaml with best-practice lint rules.
  • Meta: Added .gitignore with Flutter/Dart standard ignores.
  • Docs: Fixed README parameter references (diohttpClient).
  • Docs: Improved README with pub.dev badge, quick start, and example directory link.

0.1.1 #

  • Added shadowColor and dividerColor color overrides.
  • Changed clearButtonColor default from error to onSurfaceVariant.
  • All colors now use Theme.of(context).colorScheme as defaults.

0.1.0 #

Initial release.

  • AppDropdownPicker widget — dropdown with local items, remote API, search, pagination.
  • DropdownSearchField widget — search input for use inside dropdown.
  • AppPickerItem model — 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.
0
likes
160
points
153
downloads

Documentation

API reference

Publisher

verified publisherciptaantaradigital.com

Weekly Downloads

A feature-rich dropdown picker with local search, remote API support, pagination, and customizable UI.

Repository (GitHub)
View/report issues

Topics

#dropdown #search #picker #form

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on app_dropdown_picker