I created this package <https://pub.dev/packages/s...
# flutter
b
I created this package that adds this. You can just call
SupabaseAuthAddons.onAuthStateChange.listen
to listen to changes
r
I was looking at that wasn't sure if this returns a session or just an event
b
just an event
r
okay I will try something with that and see how it works out. Thanks
b
sure! feedbacks are highly aprreciated
r
Thanks for the package.
a
Useful package!
b
Thanks 🙂 more coming soon
a
Looking forward to using it in the future 😉
b
It's not stable at all for now, but I'm doing my best to get it fully working in at least a week
r
It's been useful for what I have used so far can't wait to see whats to come.
It gets a star from me
s
nice package bro @User 👍
l
does this check if the user is signed-in or not?
b
client.auth.user != null
l
what i mean, the moment the user closes the app. the clien.auth.user data's will be deleted. so if the user opens the app again, the app asks the user to sign-in again. so does the add-on solves this issue?
b
yes. you can also use supabase_flutter
which also solves the issue