In flutter flow, I want to add a page in between entry page and logged in page which will capture the biometric validations. The user will log in once in the app using user name password and will be logged in till explicit logout is done. But I want every time the application is resumed it must do biometric authentication.
Biometric Authentication
Widgets & Design
I added conditional logic to show the biometric login page before the logged in home page but flutterflow crashes if I do not have the navbar enabled in the interim page. I do not want navbar on the interim page.
No
2