playbook-flutter
playbook-flutter copied to clipboard
feat: adding scenario navigation path
Enhancements to PlaybookGallery:
- Added new properties
initialRoute,lightTheme,darkTheme, andthemeModeto thePlaybookGalleryclass inpackages/playbook_ui/lib/src/playbook_gallery.dart. - Updated the
PlaybookGalleryStateclass to use the new properties and support named routes for scenarios. [1] [2] [3]
Modifications to ScenarioContainer:
- Added
navigationPathproperty toScenarioContainerand updated theonTapmethod to use named routes instead ofMaterialPageRoute. [1] [2]
Other Changes:
- Removed unnecessary
MaterialAppwrapper inexamples/generator_app/lib/main_catalog.dartandexamples/simple_app/lib/main_catalog.dart, and moved theme settings toPlaybookGallery. [1] [2] [3]
TODO: fix Docs