flutx library

Mixins

FxFormDataMixin
FxLifeCycleBase
The FxLifeCycle
FxNavigationMixin
FxServiceMixin
Allow track difference between FxServices and FxControllers
ListenableMixin
ListNotifierMixin

Extensions

ColorExtension on Color

Typedefs

Disposer = void Function()
FxControllerBuilder<T> = Widget Function(T controller)
FxFieldValidator = String? Function(String? value)
FxStateUpdate = void Function()
OnChangeColor = void Function(Color color)
OnCreditCardCVVChanged = void Function(String creditCardCVV)
OnCreditCardDateChanged = void Function(String creditCardDate)
OnCreditCardNameChanged = void Function(String creditCardName)
OnCreditCardNumberChanged = void Function(String creditCardNumber)
OnRatingChange = void Function(int rating)
OnWidgetSizeChange = void Function(Size? size)
ValueUpdater<T> = T Function()