79337918

Date: 2025-01-08 03:48:40
Score: 0.5
Natty:
Report link

If you want to navigate to new screen clearing all the previous screens, use this,

Navigator.pushAndRemoveUntil(context, MaterialPageRoute(builder: (context) => NewScreen()),(route)=>false);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Prakash pratap Singh