ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • route
    w2 2022. 9. 10. 09:57

    route

    페이지와 같은 느낌

    Mobile apps typically reveal their contents via full-screen elements called "screens" or "pages". In Flutter these elements are called routes   (https://api.flutter.dev/flutter/widgets/Navigator-class.html)  

     

    In Flutter, the Navigator  manages a stack containing the app's routes.

    route 간 이동은 Navigator 가 stack 으로 관리

    stack 
    
    : 쌓기나무 처럼, 위로 쌓고, 꺼낼때도 가장 위의 것 부터 꺼내짐

     

    Navigator.push                                                          Navigator.pop

    B route 에서 C route 로 이동                                    C route 에서 B route 로 이동 

     

    'w2' 카테고리의 다른 글

    IDE  (1) 2022.09.10
    Gradle  (0) 2022.09.10
    [data type] enum  (0) 2022.09.10
    Inheritance  (0) 2022.09.05

    댓글

Designed by Tistory.