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
The good news is now we can use pushReplacementNamed
pushReplacementNamed
Navigator.pushReplacementNamed(context, '/');
(Channel master, v1.15.4-pre.97, I'm not sure the previous version can do that)