Move To Another View Flutter

[Solved] Move To Another View Flutter | Dart - Code Explorer | yomemimo.com
Question : move to another view flutter

Answered by :

return new RaisedButton( child: Text(buttonText), onPressed: () { Navigator.push( context, MaterialPageRoute(builder: (context) => redirection_page_name)); });

Source : https://stackoverflow.com/questions/58234835/how-to-navigate-to-another-page-within-a-stack-in-flutter | Last Update : Wed, 08 Jun 22

Answers related to move to another view flutter

Code Explorer Popular Question For Dart