fluttercommunity / flutter_google_places

Google Places - Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/google_maps_webservice. Maintainer: @juliansteenbakker
https://pub.dev/packages/flutter_google_places
Other
305 stars 417 forks source link

Text color in fullscreen mode and input decoration filled color #76

Open guyzk opened 5 years ago

guyzk commented 5 years ago

When using a light theme and using mode fullscreen the textfield is placed in the appbar. The appbar can be dark event though the brightness is light. This results with the unreadable text. In your code if the brightness is light you set the text and hint color to black87. In addition sometimes we use a default color fill for the text fields in our app which is not applicable to when a text field is placed in the appbar. Please add 'filled: false' or at least let us control these two options. Text field filled Text color Hint color

Thanks

arsarsars1 commented 1 year ago

Hi

arsarsars1 commented 1 year ago

assign me this task