Yaroslav Pronin
Yaroslav Pronin
I encountered the same problem and applied #240, now the build runs without errors.
Agree. I was looking for this in the documentation today, thinking that it was implemented in `AutoRouteGuard`. In my case, the authorization should expire after moving back in the stack....
Same here with custom widget (list of TextField's). After calling didChange the focus is lost: ```dart class _SurveyOptions extends StatefulWidget { final List? initialValue; const _SurveyOptions({required this.initialValue}); @override State createState()...