speed_up_get library
Classes
-
AppService<
T extends AppServiceParams> - AppServiceParams
-
GetRxDecorator<
T> - GetRxDecorator for Rx
- GetRxDecoratorBool
- GetRxDecoratorDouble
- GetRxDecoratorInt
- /////////////////////////////////////////////////////////////////////////////
- GetRxDecoratorString
-
IAppService<
T extends AppServiceParams>
Mixins
Extensions
- BoolGetRxDecoratorX on bool
- DoubleGetRxDecoratorX on double
- GetRxDecoratorX on T
-
GetxViewExtensions
on GetView<
T> -
GetxWidgetExtensions
on GetWidget<
T> - IntGetRxDecoratorX on int
- StringGetRxDecoratorX on String
Functions
-
benchLog(
String label, Function action) → Future -
Log the duration of the
func
execution. -
registerServiceAsync<
T extends IAppService< (AppServiceParams> >T service, [AppServiceParams? params]) → Future - Registering services asynchronously (Sugar way)
Typedefs
-
GetRxDecoratorSetter<
T> = T? Function(T oldValue, T? newValue, dynamic args) -
Type of callback to change value in UDF manner.
oldValue
passes currentValue.newValue
passes value to apply.args
passes additional arguments.