개발/Flutter

Navigatation!

Byunpa24 2021. 5. 23. 17:50
반응형

https://flutter.dev/docs/cookbook/navigation

 

1. Navigate between two screens. use Navigator.push / Navigator.pop 

2.if more than 2, use routes. Namedpush

 

Be careful not to have both home property and initial route inside the MaterialApp widget 

반응형