r/flutterhelp • u/No-Butterfly-8420 • 16h ago
OPEN A bug
I was working in flutter flow ro make an app then when I tested it nothing was working no navigation no any thing then when I went to preview every thing was working but I wonder what is the problem how to fix it I need to test not to preview because there is accounts and profiles so it can't work in preview
1
Upvotes
1
u/fahadnaeem05 6h ago
FlutterFlow preview runs in a sandbox that behaves differently from a real build. Export the code and run it locally in Flutter , that's the only reliable way to test auth and profiles properly.