Part of Flutter State Management Course playlist: https://www.youtube.com/playlist?list=PL6yRaaP0WPkUf-ff1OX99DVSL1cynLHxO
Flutter Hooks package brings React Hooks into Flutter. If you're not familiar with React Hooks, I suggest that you read this post: https://medium.com/@dan_abramov/making-sense-of-react-hooks-fdbde8803889
The general idea of hooks in both Flutter Hooks and React Hooks is reusability of code. Imagine creating a StreamController or a TextEditingController in Flutter. You'd have to be very careful to make sure the controller is disposed of when your StatefulWidget is disposed. You don't have to worry about those resource managements with Flutter Hooks. Hooks use a new type of widget called HookWidget that brings with it a high scale of reusability when using hooks.
π¦ Twitter: https://twitter.com/vandadnp
π΅ LinkedIn: https://linkedin.com/in/vandadnp
π€ Want to support my work? https://buymeacoffee.com/vandad