Back to Browse

Chapter 6 - Flutter Hooks - Flutter State Management Course πŸ’™

16.0K views
Feb 27, 2022
1:58:21

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

Download

1 formats

Video Formats

360pmp4198.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Chapter 6 - Flutter Hooks - Flutter State Management Course πŸ’™ | NatokHD