Flutter setState() and Callback Function(with parameters) for Passing Data Between Classes
Channel:
Subscribers:
135,000
Published on ● Video Link: https://www.youtube.com/watch?v=zq-JGQxNwtU
In this tut, we will learn how to use setstate() and callback function for passing data between classes and widget rebuild. We will see how to call callback function and do widget rebuild using setstate. It's also the communication to another class. This covers for
1. setstate basic state management,
2. Call a method for another class
3. Call setstate from another class
4. Callback to parent
5. Callback with parameters
6. Flutter callback widget
Complete code here
https://learnflutter.co/flutter-setstate-and-callback-function/
Other Videos By dbestech
Tags:
flutter setstate example
flutter setstate callback
flutter callback function