Closed
Description
Hi there,
I am trying to integrate Supabase with the flutter App. I am using plugin url_strategy to remove # from the flutter URL.
https://pub.dev/packages/url_strategy/
But when I get Supabase call back it starts with # so the flutter web router also removes that URL. Is there any we can get call back URL without #?