flutter/examples/api/lib/widgets/navigator_pop_handler
chunhtai a36ff80cf6
Refactors page API (#137792)
fixes https://github.com/flutter/flutter/issues/137458

Chagnes:
1. Navigator.pop will always pop page based route
2. add a onDidRemovePage callback to replace onPopPage
3. Page.canPop and Page.onPopInvoked mirrors the PopScope, but in Page class.

migration guide https://github.com/flutter/website/pull/10523
2024-05-13 22:45:51 +00:00
..
navigator_pop_handler.0.dart Reland root predictive back (#132249) 2023-08-17 23:55:05 +00:00
navigator_pop_handler.1.dart Refactors page API (#137792) 2024-05-13 22:45:51 +00:00