bizz84 / firebase_auth_demo_flutter

Reference Authentication Flow with Flutter & Firebase
https://codewithandrea.com/
MIT License
670 stars 178 forks source link

Error when authwidgetbuilder used above material.router #78

Closed davemg3 closed 2 years ago

davemg3 commented 2 years ago

Hi,

when used with material, firebase_auth_demo is working fine.

when implementing navigation 2.0 for web version and using material.router (with Beamer library ) instead of material, authwidgetbuilder above material.router create an exception with "error : bad state. No element"

I dont see where this error comes from. Any clue?