BuildContext mounted in setState actions

Widgets & Design

I repeatedly see FF code (i.e. setFormFields or similar) that uses setState without mounted check that can potentially occurs into runtime errors (someone hidden some others don't) about the usage of setState after dispose actions.

I would want to understand the reasoning behind it because it's extremely disappointing to have this errors constantly and cannot fix them.

What have you tried so far?

Avoiding rebuilding in app/page/component state changes

Did you check FlutterFlow's Documentation for this topic?
Yes
2