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()
GoogleFontFunction = TextStyle Function({Paint? background, Color? backgroundColor, Color? color, TextDecoration? decoration, Color? decorationColor, TextDecorationStyle? decorationStyle, double? decorationThickness, List<FontFeature>? fontFeatures, double? fontSize, FontStyle? fontStyle, FontWeight? fontWeight, Paint? foreground, double? height, double? letterSpacing, Locale? locale, List<Shadow>? shadows, TextBaseline? textBaseline, TextStyle? textStyle, double? wordSpacing})
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()