flare_splash_screen icon indicating copy to clipboard operation
flare_splash_screen copied to clipboard

adding a RouteSettings parameter

Open AlexJDeath opened this issue 3 years ago • 0 comments

I added routeSettings parameter to the project to be able to navigate the app like this : Navigator.of(context).popUntil(ModalRoute.withName('someName')).

AlexJDeath avatar Sep 04 '20 03:09 AlexJDeath