fstate_annotation library

Support for doing something awesome.

More dartdocs go here.

Classes

Faction
Annotate methods as a state changer.
Fconstructor
Finject
Annotate parameters to be auto-injected. Users should not use this annotation directly. Instead, generator will use this annotation internally.
Fstate
Annotate class to extend it to reactive state.
Ftransform
Annotate parameter to transform streams.
Fwidget
Annotate widgets to extend them to reactive widgets.

Constants

faction → const Faction
fconstructor → const Fconstructor
fstate → const Fstate
fwidget → const Fwidget

Typedefs

FTransformer<T> = Stream<T> Function(Stream<T> source)