magic link login with flutter

I'm brand new to supabase and I am having a hard time getting magic link login/signup to work with my flutter app.

basically the user puts their email and the link is sent to the email, but then that link goes to localhost and there is no auth state change happening in order to push the user into the actual app. I believe i followed the docs perfectly for signing in a user with flutter (which luckily uses magic link) but still I am not able to get it to work. am I missing something that the docs do not mention?
Was this page helpful?