Closed damon-zhu closed 4 years ago
In my project, i use Navigator.push from A to B. Now I want to back to A. So i use Navigator.pop in page B. But the screen show black, i have to press the Back button on my Android Emulator to back to A.
Navigator.of(context).pop()
@damon-zhu
Closing this issue as @LiuL0703 answer is valid.
In my project, i use Navigator.push from A to B. Now I want to back to A. So i use Navigator.pop in page B. But the screen show black, i have to press the Back button on my Android Emulator to back to A.