shared/flutter_actions_integration library
Classes
-
NodeFlowActionDispatcher<
T> - A Flutter Action that dispatches to NodeFlow actions based on intent actionId.
-
NodeFlowActionIntent<
T> - An Intent representing a NodeFlow action to be executed.
-
NodeFlowKeyboardHandler<
T> - Primary keyboard handler for NodeFlow using Flutter's Actions and Shortcuts system.
Mixins
-
NodeFlowActionsMixin<
T extends StatefulWidget> - A mixin that provides convenient methods for executing NodeFlow actions from within stateful widgets.