core/types/active_type library
Classes
- ActiveBool
- An ActiveType with similar characteristics as a an ordinary dart bool object. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
- ActiveDateTime
- ActiveDateTime ordinary dart DateTime. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
- ActiveDouble
- An ActiveDouble with similar characteristics as a an ordinary dart double object. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
- ActiveInt
- An ActiveInt with similar characteristics as a an ordinary dart int object. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
-
ActiveList<
T> - An ActiveList with similar characteristics as a an ordinary dart List object. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
-
ActiveMap<
K, V> - An ActiveMap with similar characteristics as a an ordinary dart List object. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
- ActiveNullableBool
- ActiveNullableBool ordinary dart bool object. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
- ActiveNullableInt
- An ActiveInt with similar characteristics as a an ordinary dart int object. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
- ActiveNullableString
- An ActiveNullableString with similar characteristics as a an ordinary dart List object. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
- ActiveString
- An ActiveString with similar characteristics as a an ordinary dart List object. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
-
ActiveType<
T> -
An ActiveType can take the nature of any any object type. When an update is
done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
UseCases
-
ActiveTypeValue<
T> - ActivityNullableDateTimeProperty
- An ActiveType with similar characteristics as a an ordinary dart bool object.
- ActivityNullableDoubleProperty
- An ActiveType with similar characteristics of dart double objects
Functions
-
createActiveNullableType<
T> ({String? typeName}) → ActiveType< T?> - createActiveNullableType Create a nullable value An ActiveType can take the nature of any any object type. When an update is done an ActiveStateChanged event is triggered which in-turn makes a UI rebuild of that widget.
-
createActiveType<
T> (T value, {String? typeName}) → ActiveType< T> - createActiveType