What is didUpdateWidget flutter?

didUpdateWidget() This method is helpful to unsubscribe the old object and subscribe to new one if it is required for the object to be replaced with updated widget configuration. Overriding this method responds when the widget changes (example, to begin implicit animations).

Read more