Created
May 10, 2023 11:33
-
-
Save rubywai/03cd3586571ffb0b36b89cf290af9fdb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Navigator.push(context, | |
MaterialPageRoute(builder: (context) => const SecondScreen(data: 'This is from first screen',))); | |
Navigator.pop(context,' Second screen data'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment