AbdullahChauhan / custom-dropdown

Custom dropdown widget allows to add highly customizable dropdown widget in your projects. Features includes Search on list data, Network search, Multi-selection and many more.
https://pub.dev/packages/animated_custom_dropdown
BSD 3-Clause "New" or "Revised" License
158 stars 73 forks source link

Scroll Controller #54

Closed enes-kal closed 6 months ago

enes-kal commented 10 months ago

it is possible to add list controller to CustomDropdown.multiSelectSearchRequest ?

What I will do

1-I will dedect bottom of listview. 2- then will get new data from endpoint. 3- then I will add new items to list

AbdullahChauhan commented 6 months ago

Hey @enes-kal Yeah, good idea. listController property will be available in the next release!

AbdullahChauhan commented 6 months ago

Hey @enes-kal

itemsListController is now available in the latest release 3.1.0. You can check. Thanks 😊