Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

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

Navigator.pop(context);
Navigator.push(
            context,
            MaterialPageRoute(builder: (context) => SecondActivity()),
          );
 
PREVIOUS NEXT
Tagged: #pop #push #shows #black #screen #pressed #flutter
ADD COMMENT
Topic
Name
5+8 =