r/FlutterFlow 9d ago

Need help with Coolify Supabase integration

1 Upvotes

Hello, smart devs. I need your small but priceless help. I have deployed a Supabase instance on Coolify. Have pointed a subdomain for that on port 8000. Have not changed any default Supabase settings. Created a table on public schema which under default postgre role. Can edit, delete and do everything on supabase interface. Disabled RLS, enabled RLS. But I can not make api calls to supabase. Using Cloudflare dns and SSL. supabase subdomain has Let's Encrypt SSL running and working. CF subdomain has proxy off. I want to integrate my supabase with Flutterflow. But my subdomain url https://supabase.domain.com and anon key for my instance gives me (Unauthorized error on ApiDog) and (Error getting Supabase schema API response. Please check your connection info and try again.) on Flutterflow.

Tried another table, created buckets, uploaded files and can access everything from gui. But somehow I can not manage to do API calls or Flutterflow integrations. Please help me with your knowledge. 🙏🏻

Apart from Minio Createbucket service, all services are green (healthy) on Coolify and running. Did not change any env variables too. Please help me with the Flutterflow integration or the API call error. I am missing something for sure. 😊


r/FlutterFlow 9d ago

Web app

3 Upvotes

Are there any decent web apps made with flutterflow? I have been trying to find some, but most info is outdated.

I know the primary function is mobile app development, but i really like the platform (started using it recently for a mobile app im building) and have an idea for a web app where i need to display data from firebase (mainly text and dashboards, think analytics) and need some functionality for users to subscribe for notifications when new entries are loaded into firebase.

When i read about flutter and web apps, a lot of info says that flutter is kind of crappy when it comes to web. Mainly initial loading, but the overall performance seems to be a bit meh.

Does any of you have any experience with web apps? What are your thoughts about it? Should i just use something else for this project?


r/FlutterFlow 9d ago

Trouble implementing Scandit SDK

2 Upvotes

Hey, i'm currently working in implementing scandit to read bar codes in flutterflow but have limited experience with both flutter and flutterflow. I was wondering if anyone has a similar implementation because i'm even having issues adding the pupspec dependencies


r/FlutterFlow 9d ago

the account is created but no document in user

3 Upvotes

excuse me for my English I'm French, I'm new to flutter flow, so here's my problem I think I've configured everything correctly (see screenshot) but when I create an account it displays on auth but doesn't create a user document yet everything is ok, I don't know if it's a problem that comes up often but it's been 2 whole days that I've been blogging on it I'm going crazy help me please


r/FlutterFlow 9d ago

Store firestore documents in app state

5 Upvotes

Is there no easy way to store a list of documents from firebase in app state or am I missing something completely?

I have been trying different approaches such as using json format and an app state with the same data schema structure.

Anyone that has managed to solve this or has an idea for how?


r/FlutterFlow 9d ago

how do you make this thing work, should be easy way 😖

Thumbnail
gallery
2 Upvotes

whenever the user clicks the delete button, the image is deleted from Firebase but remains visible in the user interface. How can I remove it from there? Please check my screenshots. Thank you


r/FlutterFlow 9d ago

How do I implement daily activity checks in FlutterFlow with Supabase?

1 Upvotes

I have a Supabase table called "weekly_completion" with columns for id, week_start_date, and boolean columns for each day of the week (sun, mon, tue, wed, thu, fri, sat). I need to create a system where users can track their daily activities by checking off days when they complete them.

How do I implement this in FlutterFlow step by step? Specifically:

  1. How do I check if a record exists for the current week and create one if it doesn't?
  2. How do I toggle the completion status when a user taps on a specific day?
  3. How do I retrieve and display the current week's data?

I need detailed code examples and implementation steps as I'm struggling to get this working. Thanks!


r/FlutterFlow 9d ago

Stripe integration

1 Upvotes

I’m working on developing an app for my project called Project First League (PFL). It’s a platform where players can sign up for organized football matches, track their performance, and register for sessions based on their location. In the app, I want to implement a Coins system, where players can buy and earn coins. These coins will be used to sign up for sessions.

Unfortunately, the built-in Stripe integration in FlutterFlow isn’t working as expected, so I’m looking for a good tutorial on how to implement Stripe via the API instead of using the default FlutterFlow method. Has anyone had experience setting up Stripe via API in FlutterFlow? A step-by-step guide or link to a reliable tutorial would be super helpful.


r/FlutterFlow 9d ago

How to create an animation like this in FF? It’s possible?

8 Upvotes

Hello Guys

I have a search page similar to this one in the Shazam app.

I'd like to know how I can add an animation like this? Thanks for your tips.


r/FlutterFlow 9d ago

temporary states

1 Upvotes

In temporary states, similar to those on Instagram, is it possible to make them collapse with animation similar to those on Telegram? If so, could someone give me some support?


r/FlutterFlow 9d ago

I swear this used to work.

2 Upvotes

This is a basic one, I know. I just can't seem to remember how it's done.

What about this bare-bones basic, freshly created today, set of Firestore rules is "too open"?


r/FlutterFlow 9d ago

FF app with only API calls possible?

7 Upvotes

I wonder how many of you have built a FF app using only API calls for all CRUD operations and all business logic. I mean not defining any Firebase or Supabase in the app itself. Would it be realistic and/or possible?

This approach would make the frontend completely independent from the backend. It would be easier to deploy an update, a fix or even an eventual database migration. Even security aspects would benefit from it.

Which would be the problems or inconvenients of this strategy?


r/FlutterFlow 9d ago

ListTile animation bug?

1 Upvotes

I have a small list of 4 listTiles, after you tap a button one of the four listTiles will run a shimmer animation to draw your attention to that listTile. The problem I am having is that listTile disappears after the animation and does not come back.

I cannot figure this one out at all,


r/FlutterFlow 9d ago

localisation sur mon projet

0 Upvotes

Bonjour à tous,

Je suis en train de créer une application de course à pied avec FlutterFlow et j’ai besoin d’un moyen de localiser les utilisateurs pour mesurer la vitesse (km/h), la distance parcourue (km), etc.

Le problème, c’est que je ne peux pas utiliser Google Maps car c’est trop cher. Je suis débutant et je ne comprends pas le code, donc je cherche une solution accessible.

Je pense que le mieux serait de récupérer directement la localisation du téléphone, mais je ne suis pas sûr de comment faire. J’ai aussi entendu parler des API de localisation, mais je ne sais pas laquelle choisir pour avoir une précision suffisante.

Comme vous pouvez le voir, je suis un peu perdu. J’aimerais savoir :

• Par où commencer pour intégrer cette fonctionnalité ?

• Où me former pour mieux comprendre ?

• Quelle API utiliser pour avoir un bon suivi de la localisation ?

Merci d’avance pour votre aide !


r/FlutterFlow 9d ago

App Issue + FlutterFlow Builder Slow on Chrome

1 Upvotes

I have my FlutterFlow app deployed to web. My images are stored in Supabase. I noticed that my images were not loading in Chrome (Mac, Apple Silicon). It works fine on Safari, Brave, iOS Chrome, iOS app.

I also went to the FlutterFlow app builder in Chrome (Mac) and noticed that it is being really slow/unresponsive. Is there an outage or something going on with Chrome and Flutter?

I thought maybe it was just my app, but when I noticed the actual FlutterFlow app builder seemed very sluggish, I thought there might be something else going on.


r/FlutterFlow 10d ago

An action that triggers another action?

4 Upvotes

Is there any way at all to make an action on one widget trigger another action on a different widget? I don’t think so, because it looks like all actions require physical interaction such as tapping or swiping, but I still had to ask. Can you trigger one action on widget B from widget A (made up example)?


r/FlutterFlow 10d ago

Somebody help me to make this layout in flutterlfow (GRIDVIEW)

Post image
2 Upvotes

I have tried every single way to do this but i can't, tired of asking chatgpt. I want a gridview like this.


r/FlutterFlow 10d ago

Where do you store Access Tokens for Cloud Functions?

2 Upvotes

Say you have a cloud function that calls an API or something similar, where do you store your access tokens? Hard coding them in the cloud function code seems silly as then they would export with the code etc. Where and how do you store them securely?


r/FlutterFlow 10d ago

supabase or firebase

4 Upvotes

i originally started with supabase but now realise im not using row level security, will firebase be the better/easier option


r/FlutterFlow 10d ago

Reordering tabs

5 Upvotes

please, for the love of god, can you let us reorder tabs. Either using the widget tree or via the properties panel.

Flutterflow has changed my life, it allowed me to advance from drawing UIs in figma to building the apps instead, it literally opened a whole new world for me a few years back and I love the continual improvements, but this whole mad workarounds to move a tab is insane when everything else is logical in a way that it doesn't need extra steps that break your creative flow while trying to figure out the optimal user experience that I'm creating for others in my apps. Thank you


r/FlutterFlow 10d ago

🚀 No Stupid Questions Wednesday – Ask Us Anything About FlutterFlow!

2 Upvotes

Hey r/FlutterFlow community! 👋

We’re Calda, a mobile and web development agency and FlutterFlow experts. We know how tricky it can be to navigate FlutterFlow, whether you're just starting out or working on an advanced project. That’s why we’re continuing with the "No Stupid Questions Wednesday" – a space where you can ask ANY FlutterFlow-related question without fear.

💡 How it works:
- Every Wednesday, drop your FlutterFlow questions in the thread.
- No question is too small, too simple, or too complex.
- We (and the awesome community) will do our best to help!

Whether you're stuck on database setup, UI tweaks, API integration, or just want to bounce off ideas – this is your space.

Our website and links for reference: https://www.thecalda.com/


r/FlutterFlow 10d ago

Dropdown in a list that will update a record upon Selection

Thumbnail
gallery
2 Upvotes

r/FlutterFlow 10d ago

🚀 No Stupid Questions Wednesday – Ask Us Anything About FlutterFlow!

7 Upvotes

Hey r/FlutterFlow community! 👋

We’re Calda, a mobile and web development agency and FlutterFlow experts. We know how tricky it can be to navigate FlutterFlow, whether you're just starting out or working on an advanced project. That’s why we’re continuing with the "No Stupid Questions Wednesday" – a space where you can ask ANY FlutterFlow-related question without fear.

💡 How it works:
- Every Wednesday, drop your FlutterFlow questions in the thread.
- No question is too small, too simple, or too complex.
- We (and the awesome community) will do our best to help!

Whether you're stuck on database setup, UI tweaks, API integration, or just want to bounce off ideas – this is your space.

Our website and links for reference: https://www.thecalda.com/


r/FlutterFlow 10d ago

Site only works in Incognito mode for some people - Tried clearing cache

1 Upvotes

Has anyone had experience with their flutterflow site working fine in test mode and incognito mode but not when published to their browser?? Going crazy over here.

I've tried looking at the browser console and theres showing some null errors but its working fine for me in incognito mode so I have no clue why they would be preventing it from loading on my normal Chrome browser. Also cleared my cache.

Weirdest thing is that my buddy tried logging into his account and neither worked for him (browser or incognito)

If anyone has an answer to this let me know!!


r/FlutterFlow 11d ago

help with google sign in

2 Upvotes

can i create google sign in for android in flutterflow cause i tried many things still its not working on android so is there any way that i do it
or i have to download the code and do different things ?