I am making an application using Flutter SDK but I am stuck because I don't know whether there are any flutter callback methods like in native android activity callback methods. Please let me know if there are any. Thanks
Asked
Active
Viewed 2,103 times
1 Answers
2
Here's a visual representation of the "lifecycle" of a Stateful Flutter widget.
This is a helpful reference if you're new to the language.
Joe Muller
- 5,743
- 1
- 27
- 44