zzmaster
3
Q:

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

Navigator.pop(context);
Navigator.push(
            context,
            MaterialPageRoute(builder: (context) => SecondActivity()),
          );
0

New to Communities?

Join the community