Android Studio – Flutter – onPressed – change page
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? Container( margin: const EdgeInsets.fromLTRB(30, 7, 30, 7),…