Replies: 1 comment
-
If you are looking to make an animation controller, see https://pub.dev/documentation/flutter_rearch/latest/flutter_rearch/BuiltinWidgetSideEffects/animationController.html If you need a single ticker provider directly, see https://pub.dev/documentation/flutter_rearch/latest/flutter_rearch/BuiltinWidgetSideEffects/singleTickerProvider.html Both can be accessed via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think
RearchConsumer
doesn't implementSingleTickerProviderStateMixin
. Do you know any workaround to use it?Beta Was this translation helpful? Give feedback.
All reactions