saurabhwadekar / flet_route

Simplest way of flet routing
MIT License
55 stars 3 forks source link

view_pop does cause duplicated view history without clear #7

Closed kimbyungnam closed 5 months ago

kimbyungnam commented 11 months ago

Is there any document to use views without clear

view_pop, method of Routing, remove the last view of pages(page.views) and call go with top_view It eventually call change_route and change_route append additional view to page.views So there are duplicated view on page.views