diff --git a/lib/src/auth_screen.dart b/lib/src/auth_screen.dart index b0db65c..12b2bf1 100644 --- a/lib/src/auth_screen.dart +++ b/lib/src/auth_screen.dart @@ -68,6 +68,7 @@ class _AuthScreenState extends State { ); void onPrevious() { + FocusScope.of(context).unfocus(); _validate(_pageController.page!.toInt() - 1); _pageController.previousPage( duration: _animationDuration,