feat(studio): wire flow editor quick-fix install handler
Some checks failed
Security / Security check (push) Failing after 1s
Some checks failed
Security / Security check (push) Failing after 1s
FlowsPage now passes onInstallCapability to the editor — the editor's 'Install <cap>' button on an unknown-capability diagnostic calls HubService.installModule, refreshes the capability list, and returns it so the editor reanalyzes and clears the issue. On install failure: friendly SnackBar surfaces the error. The operator never gets stuck on the analyzer reporting a capability they just clicked to install. Studio bumped to 0.64.0; editor path-override pulls in 0.17.0. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
d0e15ca385
commit
0cc527b07c
3 changed files with 41 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ import 'widgets/widgets.dart';
|
|||
/// Studio's own build version. Bump on every UI commit so the
|
||||
/// running app self-identifies — visible in the sidebar header
|
||||
/// and quick-glance proof that you're seeing the current build.
|
||||
const String kStudioVersion = '0.63.0';
|
||||
const String kStudioVersion = '0.64.0';
|
||||
|
||||
Future<void> main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue