Open CoolBerry opened 4 years ago
PageA is used by pageB. When pageB changed the params of pageA, how can I get the new params in pageA lifecycle. I found that in this situation pageA will never do initState, maybe didUpdateWidget is the only lifecycle.
Thanks a lot.
PageA is used by pageB. When pageB changed the params of pageA, how can I get the new params in pageA lifecycle. I found that in this situation pageA will never do initState, maybe didUpdateWidget is the only lifecycle.
Thanks a lot.