Hi I am trying to build a login screen in flutter but I am getting below error when opening it.
No material widget found textfield widgets require a mater
I encountered your same problem. Always remember to enter Scaffold remembering that it must be included as a parent who creates the page, inside it after, you will insert all the widgets you want, but Scaffold after MaterialApp is the second component that must be added if you are creating a new page.