Add LeakNavigatorObserver to navigatorObservers in MaterialApp , it will automatically detect whether there is a memory leak in the page’s Widget and its corresponding Element object. If page’s Widget is a StatefulWidget , it will also be automatically checked Its corresponding State .