New to Flutter to please forgive me if this is obvious, but I have read the documentation and tried a bunch of the Navigator options but none of them work as I would like. The
Try this code:
Navigator.pushAndRemoveUntil( context, MaterialPageRoute( builder: (BuildContext context) => YourInitialPage(), ), ModalRoute.withName('/'));
If you don't want transition you can override or extend the MaterialPageRoute class
MaterialPageRoute