Widget and Application Life Cycle in Flutter
Introduction
Lifecycle is the state in which an application is in at any given time, for example, when an application is in use.
In Flutter, the application's building blocks are widgets. Everything in Flutter is a widget; their lifecycles contribut...
scanairobi.hashnode.dev3 min read