Demo Hub¶
The Demo Hub is the main entry example for UIFlow Free. It demonstrates core navigation and page transitions.
How to Run¶
This scene is also the project's default main scene.
Contents¶
- Main menu page
- Settings page (demonstrates back interception and saving config)
- Data binding example page
- Event bus example page
- Timeline / Async animation example page

Learning Points¶
- Every page is a
UIFlowPagesubclass, with scenes inres://UIScene/or the plugin's internal examples folder. - Back buttons and ESC both trigger
_on_back(). - Page transitions use the default transition configuration.