core library

Classes

ReactterContext
A context that allows to manages the ReactterHooks and provides Lifecycle events.
ReactterHook
Provides the functionality of ReactterHookManager.
ReactterHookManager
A hook manager.
ReactterInstance<T>
ReactterInstanceManager
A instances manager

Enums

Lifecycle

Properties

Reactter → _ReactterInterface
final

Functions

defaultLogWriterCallback(String value, {bool isError = false}) → void
Logger

Typedefs

AsyncFunction<T, A> = Future<T> Function([A arg])
CallbackEvent<T extends Object?, P> = void Function(T? inst, P param)
ContextBuilder<T> = T Function()
A function to generate the instance of T
LogWriterCallback = void Function(String text, {bool isError})
Reducer<T> = T Function(T state, ReactterAction action)
WhenErrorReturn<R> = R Function(Object? value)
WhenValueReturn<T, R> = R Function(T value)