Quando preencho o formulário e ciclo em salvar, aparece showDialog com a mensagem de "Cadastro Realizado com Sucesso".
Ao clicar em "Ok", ele volta para tela anterior que é Dashboard, porém mostrando DateTimeField do formulário que não tem nada ver com essa tela.
Ao clicar no botão do DateTimeField parece essa mensagem abaixo.
E/flutter ( 9737): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Looking up a deactivated widget's ancestor is unsafe.
E/flutter ( 9737): At this point the state of the widget's element tree is no longer stable.
E/flutter ( 9737): To safely refer to a widget's ancestor in its dispose() method, save a reference to the ancestor by calling dependOnInheritedWidgetOfExactType() in the widget's didChangeDependencies() method.