ensemble_ts_interpreter library

Mixins

HasController<C extends Controller, S extends WidgetStateMixin>
Base Mixin for Widgets that want to participate in Ensemble widget tree. This works in conjunction with Controller and WidgetState
Invokable
MethodExecutor
SupportsPrimitiveOperations
WidgetStateMixin
purely for type checking so WidgetState implementation has the correct type

Extensions

Json on Response
RegExpExtension on RegExp
Extension on the RegExp class to add a global flag functionality. The global flag is used to determine if the RegExp should find all matches in the input string (true) or just the first match (false).
Value on TextFormField
WidgetProps on Widget

Typedefs

OnCall = dynamic Function(List arguments)