commands/command library

Classes

Command
decorates methods that should be exposed as commands.
CommandAction
CommandDescriptor
Internal representation of a command, including all interceptors
CommandIntent
CommandInterceptor
Base class for command interceptors.
CommandManager
Central class that controls the creation of CommandInterceptors for commands @internal
Invocation
Covers the parameters of a command invocation:
LockCommandInterceptor
A CommandInterceptor that disables a command while being executed.
MethodCommandInterceptor
@internal
TracingCommandInterceptor
A simple CommandInterceptor that traces command invocations on stdout

Enums

LockType
enum specifying how execution of a command will influence the ui state

Mixins

CommandController<T extends StatefulWidget>
Mixin class that adds the ability to handle commands

Functions

parseShortcut(String shortcut) LogicalKeySet?

Exceptions / Errors

CommandException