rxflare
library
Classes
CancelToken
Disposable
====================== Disposable Contract ======================
Base interface for objects that require manual cleanup.
EventToken
Token used to unregister listeners.
Rx
The core reactive widget of RxFlare .
RxArgs
Global page argument storage.
RxBuilder
A convenience widget that wraps Rx for simple builder patterns.
RxComputed <T >
A reactive computed value that automatically tracks dependencies.
RxContext
====================== RxContext ======================
RxDebug
RxDebug 日志工具
RxDI
Global dependency injection container.
RxEventBus
Global event bus.
RxFuture <T >
=======================================================
RxFuture
RxHit
Result of a successful route match.
RxKey
====================== RxKey ======================
RxList <T >
A reactive list that extends RxState and provides fine-grained
reactivity on both list-level and index-level access.
RxMap <K , V >
A reactive implementation of Map that extends RxState .
RxMatcher
Route matching utility.
RxMaterialApp
A convenient wrapper around MaterialApp.router for the RxFlare routing system.
RxPage
Represents a page instance in the navigation stack.
RxProvider <T >
Widget-scoped dependency provider.
RxResult
Handles route result delivery.
RxRoute
Route definition.
RxRouteConfig
Simple route configuration class (kept for compatibility).
RxRouteParser
RxRouter
RxRouter is the core manager of the RxFlare routing system.
RxRouterDelegate
RouterDelegate implementation that connects RxRouter state to Flutter's Navigator.
RxSet <T >
A reactive implementation of Set backed by RxState .
RxStack
RxStack is the internal dependency tracking stack used by RxFlare.
RxState <T >
RxState is the core unit of reactive state.
RxUtils
Utility class for generating unique page identifiers.
Mixins
RxAutoDispose <T extends StatefulWidget >
====================== RxAutoDispose Mixin ======================
A mixin that helps automatically dispose RxFlare resources (listeners, futures, tokens, etc.)
when a State object is disposed.
Properties
rxr
→ RxRouter
Global router instance for convenient access.
final