Version: 8.5.0
Hooks
If you like flutter_hooks the GOOD NEWS is that flutter meedu is compatible with hooks.
First add hooks_meedu to your pubspec.yaml
Now you can use the HookConsumerWidget
class to create a widget that can works with hooks and meedu at the same time.
Also you can use the HookConsumer
widget.
If you need to work with a StatefulWidget, hooks and flutter meedu you can use the StatefulHookConsumerWidget
class.