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,759
  • 2
  • 14
  • 37

1 Answers1

2

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.

Joe Muller
  • 5,743
  • 1
  • 27
  • 44