flutter_autocomplete 0.0.2+1 copy "flutter_autocomplete: ^0.0.2+1" to clipboard
flutter_autocomplete: ^0.0.2+1 copied to clipboard

A reusable Flutter Autocomplete widget inspired by MUI's React Autocomplete.

0.0.2+1 #

  • Added async pagination support for remote option loading.
  • Added async behavior controls: loadOnlyOnce, searchOnEmptyQuery, and local filtering after first load.
  • Improved selection/popup behavior in single and multiple modes, including async refocus/select/unselect flows.
  • Expanded customization options (chip layouts, option highlighting, dropdown/disabled options, popup animation).
  • Improved documentation and example app with cookbook-style demos and pub.dev metadata updates.

0.0.1 #

  • Initial reusable AutocompleteField<T> package implementation.
  • Added MUI-inspired filtering, controller, popup, chips, theming, examples, and tests.
1
likes
160
points
125
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A reusable Flutter Autocomplete widget inspired by MUI's React Autocomplete.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_autocomplete