stager
stager copied to clipboard
A user should be able to specify a list of locales supported by their app. These locales (if specified) should appear as options in a popup menu in the EnvironmentManipulationPanel.
The semantics overlay should only show semantics for the current Scene. This is due to an issue with Flutter https://github.com/flutter/flutter/issues/120615 and will be resolved when a version of Flutter is...
There are likely to be many environment controls that are common between scenes, either because they are the built-in ones, or they are used by an entire app etc. Sometimes,...
Currently, if you want to browse different scenes, the UI flow is: 1. Open scene 2. Open environment controls 3. Click back 4. Choose new scene Moving between different scenes...
Use case: As a developer, I want to send a Stager demo link pointing to a specific scene to another stakeholder. It'd be great if as you navigate between scenes...
running stager app with target `-d chrome` throws an exception: ``` ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following LateError was thrown building FutureBuilder(dirty, state: _FutureBuilderState#70573): LateInitializationError: Field 'controller'...
If a scene contains a touch-capturing widget, the two-finger long press gesture used to hide and show the environment manipulation panel ceases to work.
Scenes are currently presented in a flat list. It might be useful to allow the user to define a hierarchy for this list that would allow the scenes to be...