core/coder_observer library

Classes

CoderObserver<T>
CoderObserver is a utility class that allows non-widget listeners (e.g., services, background workers, etc.) to respond to state changes without rebuilding widgets.

Typedefs

CoderObserverCallback<T> = void Function(T value)
Type definition for the callback used in CoderObserver.