easy_search_selectable_list 0.0.5 copy "easy_search_selectable_list: ^0.0.5" to clipboard
easy_search_selectable_list: ^0.0.5 copied to clipboard

The easiest way to use selectable dropdown list.

Hey coders this easy dropdown field

Features #

Searchable dropdown list

Getting started #

List prerequisites and provide or point to information on how to start using the package.

Usage #

Easy Search Selectable List single value selectable list

 EasySearchSelectableDropdown(
            textEditingController: _areaTextEditingController,
            title: 'Area',
            hint: 'Select area',
            options: _areaList,
            selectedOptions: _selectedArea,
            onChanged: (selectedIds) {
              // setState(() => selectedIds);
            },
          ),

Multiple value selectable list #

 EasySearchSelectableDropdown(
            textEditingController: _areaTextEditingController,
            title: 'Area',
            hint: 'Select area',
            options: _areaList,
            selectedOptions: _selectedArea,
            onChanged: (selectedIds) {
              // setState(() => selectedIds);
            },
          ),

Installation #

dependencies:
easy_search_selectable_list: ^0.0.3;
1
likes
130
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

The easiest way to use selectable dropdown list.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on easy_search_selectable_list