pop and push shows black screen which needs to be pressed back flutter

Solutions on MaxInterview for pop and push shows black screen which needs to be pressed back flutter by the best coders in the world

showing results for - "pop and push shows black screen which needs to be pressed back flutter"
Joshua
25 May 2020
1Navigator.pop(context);
2Navigator.push(
3            context,
4            MaterialPageRoute(builder: (context) => SecondActivity()),
5          );
similar questions