bit/bit/bit_control library

Classes

BitBuilder<M, V, L, B extends BitControl<M, V, L>>
BitBuildProvider<M, V, L, B extends BitControl<M, V, L>>
BitControl<M, V, L>
BitNotifier<M, V, L, B extends BitControl<M, V, L>>
BitProvider<B extends BitControl>
BitState<V, L>

Extensions

BitContext on BuildContext

Functions

bitEmpty(dynamic _, dynamic __) Widget
bitEmptyView() Widget
bitErrorView(BitControl bit, dynamic error) Widget
bitLoadingView(BitControl bit) Widget

Typedefs

BitMapper<M, V> = M Function(V value, M? previous)
MapMsgBitBuilder<V, B extends MsgBitControl<V, V>> = MsgBitBuilder<V, V, B>
MapMsgBitControl<V> = MsgBitControl<V, V>
MsgBit<V> = Bit<V, String>
MsgBitBuilder<M, V, B extends MsgBitControl<M, V>> = BitBuilder<M, V, String, B>
MsgBitControl<M, V> = BitControl<M, V, String>