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