utils/use_state_mixin library
Classes
Mixins
-
UseStateMixin<
T extends StatefulWidget> - A mixin for managing state-related resources in a StatefulWidget. It simplifies the creation and lifecycle management of objects like AnimationControllers, StreamSubscriptions, Timers, and ValueNotifiers.