1

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

Muhammad Faizan
  • 1,891
  • 2
  • 18
  • 37

1 Answers1

3

Here's a visual representation of the "lifecycle" of a Stateful Flutter widget. enter image description here This is a helpful reference if you're new to the language.

Code on the Rocks
  • 11,488
  • 3
  • 53
  • 61