Replies: 1 comment 1 reply
-
@Kypsis A PR would be welcome! Feel free to add that to the bottom of packages/flutter_rearch/lib/src/side_effects.dart (along with a basic test or two) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
SideEffectRegistrar
andWidgetSideEffectRegistrar
are brilliant ways to approach extensibility. Since I had need for aPageController
I used:But would probably be handy to have it in Rearch itself.
Beta Was this translation helpful? Give feedback.
All reactions