Question:
I have a problem with changing page with Flutter. I created two .dart Files and I want to switch from page 1 to page 2 by a button. Can someone help me please?I thank you in advance for your support.
Answer:
So you need to remove theMaterialApp()
widget in on the second page:
->First Page

If you have better answer, please add a comment about this, thank you!