get_changer/get_changer library
Classes
-
GetChanger<
S> - Builder widget that rebuilds on state changes Can work with RxCubit, RxBloc, or any Rx
Typedefs
-
GetCondition<
S> = bool Function(S previous, S current) -
GetWidgetBuilder<
S> = Widget Function(BuildContext context, S state) -
Builder widget that rebuilds on state changes
Can work with RxCubit, RxBloc, or any
Rx<T>