srtraj / dropdown_textfield

custom dropdown
MIT License
8 stars 48 forks source link

Possibility for dark mode? #19

Closed Ripul01 closed 1 year ago

Ripul01 commented 1 year ago

Hey @srtraj, love the plugin you've created.

I wanted to know if it's possible to change the background of the overlay when we switch to dark mode.

I'm currently using Flex_color_theme for theming and all the text changes automatically but the background of the overlay stays white. Here's a picture to better understand what I'm saying:

image

It would be amazing if the overlay and the search box could use themeData to get their styles.

MahdiForughi commented 1 year ago

same issue here

srtraj commented 1 year ago

@Ripul01 Thank you for the kind words and for using our plugin! I'm glad to hear that you're enjoying it.

Regarding the background of the overlay when switching to dark mode, i apologize for the delay and assure you that the will fix this bug next release.

srtraj commented 1 year ago

Fixed in dropdown_textfield: ^1.0.8

@Ripul01 now you can customize dropdownlist color like below Example: dropdownColor: Colors.green,