salim-lachdhaf / searchable_dropdown

Simple and robust Dropdown with item search feature, making it possible to use an offline item list or filtering URL for easy customization.
MIT License
326 stars 316 forks source link

Some parameters are not defined! #610

Closed sabari7320 closed 4 months ago

sabari7320 commented 7 months ago

Screenshot 2023-11-16 161604

1.)The named parameter 'showClearButton' isn't defined. (Documentation) Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'showClearButton'.

2.)The named parameter 'searchBoxDecoration' isn't defined. (Documentation) Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'searchBoxDecoration'

Screenshot 2023-11-17 104943

3.)The named parameter 'showSelectedItem' isn't defined. (Documentation) Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'showSelectedItem'

4.)The named parameter 'mode' isn't defined. (Documentation) Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'mode'

5.)The named parameter 'showSearchBox' isn't defined. (Documentation) Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'showSearchBox'

6.)The named parameter 'label' isn't defined. (Documentation) Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'label'

amirkarimistr commented 5 months ago

HI

I hope this message finds you well. I recently upgraded my Flutter project to version 3.16.6 and encountered an issue with your library. The error message indicates that some parameters are not defined.

I believe this could be due to compatibility issues with the latest Flutter version. Could you please consider updating the library to ensure it remains compatible with the latest Flutter releases?

drop_down_issue

salim-lachdhaf commented 4 months ago

please don't hesitate to take a look to example page here https://github.com/salim-lachdhaf/searchable_dropdown/blob/0db798a07a222435950c024abdbf8f8926798211/example/lib/main.dart

you have just to migrate to new version.