You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Estou seguindo o exemplo do Modular + Slidy + Firebase, mas utilizando o login com email e password. Ao fazer a verificação na tela de splash:
final auth = Modular.get<AuthController>(); if (auth.status == AuthStatus.login) { Modular.to.pushReplacementNamed('/home'); } else if (auth.status == AuthStatus.logoff) { Modular.to.pushReplacementNamed('/login'); }Recebo a seguinte mensagem de erro:
Exception has occurred. NoSuchMethodError (NoSuchMethodError: The getter 'length' was called on null. Receiver: null Tried calling: length)