Why can't I use a variable for the homepage in Flutter?
I'm trying to bypass the Login page by using a variable for the homepage widget. I check FirebaseAuth to determine if the user is signed in already. Then I set the homepage based on yes or no. But it gives…