What is the Lifecycle of a StatefulWidget?

 

  1. createState()

  2. initState()

  3. build()

  4. didUpdateWidget()

  5. setState()

  6. deactivate()

  7. dispose()

Comments

Popular posts from this blog

1. What is Flutter?

What is FutureBuilder and StreamBuilder?