Hey everyone! I am looking at creating a custom splash screen that will check if the user has completed the onboarding process and, if not, redirect them to the last known onboarding screen for them to complete. This is to mitigate the situation where the user does not complete onboarding, closes the app and then later reopens it. They are technically logged in, but have not completed onboarding and I don't want them to reopen the app and end up at the home page.
However, to create a new screen to use as the home page, Flutterflow has the condition that the navbar must be present if it is being used in the app. Does anyone know of a workaround that will enable me to either hide the navbar or disable it in some way so the user can't click on the navbar while on the splash screen?
How to hide navbar on custom splash screen?
Actions & Logic
Used Flutterflow's built-in splash screen, but there is no way to add redirection to it
Tried redirecting the user from the logged-in page using the 'on page load' action trigger, but this means the home screen completely loads before redirecting the user and therefore the user has access to the home screen when they might not have completed onboarding
Created a custom splash screen, but then the navbar is required to be viewable on it as soon as I attach it to the initial logged-in screen with Flutterflow's settings
Yes