0

I have created a web application in Flutter and it is working as expected but I am facing issue on some mobile devices (especially on default browser on Samsung devices, it works well on Chrome). On login page my page background color is white and text form field text color is black, but when I try to type on text form field white color is shown (when device display theme is dark). I tried hardcoded black color but it doesn't work with dark theme. I also try to apply theme under MaterialApp but nothing works. Please suggest me what can I do to fix this. I want the background color to be white and the text color to be black.

Update:- I have the same problem Issue

user14805610
  • 79
  • 2
  • 13
  • please show some sample code and maybe some screenshots as well, read the stack overflow guidelines about asking questions too – Omar Qataberi Jul 12 '23 at 09:02

1 Answers1

0

Your question is not clear, please read the guideline to ask the question, Btw, if you want to adapt color by theme you should check the official tutorial about use theme to share color

Sekny
  • 11
  • 3