pom11

Results 4 comments of pom11

i get the same error when trying to get docker container status. along the dumped data i can see the widgets rendered. - textual 0.1.13 - docker 5.0.3 - python...

Hello! I am listening to a StreamProvider *currentUserProvider* to check if the user is logged into firebase and to access its documents i need its *uid*. To get the *uid*...

SOLVED ```dart class LoginController extends StateNotifier { LoginController(this.ref) : super(const LoginStateInitial('initial')); final Ref ref; Stream authStateChanges() { return ref.read(authRepositoryProvider).authStateChanges(); } ....... void autoSignIn() async { try { if (state is...