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.

Home Page:https://pub.dev/packages/animated_custom_dropdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-Customizable Search Bar

ParsaZa79 opened this issue · comments

Subject

Issue with Non-Customizable Search Bar

Description

Dear AbdullahChauhan,

I am writing to report an issue encountered with the search bar functionality in the dropdown of your package, which I have been utilizing effectively for some time. The core of the problem lies in the search bar's lack of customizability, particularly when integrated into applications using a dark theme.

Issue Details

Component Affected: Search bar in the dropdown
Nature of Issue: Lack of customizability in the dark theme
Impact: Users are unable to view the search term being typed, impairing the usability in dark-themed environments.
Probable Cause:
Upon investigation, I believe this issue may stem from a hardcoded fillColor value in the SeachField class within your source code. This hardcoded value does not adapt well to darker themes, leading to the visibility problem described.

Supporting Material

Screenshot of the Issue:

image

Relevant Section of the Source Code:

image

Hey @ParsaZa79
Just released 3.0.0. Dropdown decoration is now available. You can check, Thanks 👍

Hello dear @AbdullahChauhan,
I have just updated the plugin to the latest version and it now works perfectly. Thanks for paying attention.

Thanks. Appreciated your feedback 😊