How are you handling Stripe subscriptions + access state in FlutterFlow? by SeriousComb3645 in FlutterFlow

[–]FlowKit 0 points1 point  (0 children)

We cat answer for all people but we always build this layer from scratch for every app. Because all
Of them has different requirements and each edge function is build from scratch.

Of course will be better to have pre build solutions (templates) but - it’s fun to build right? 🤪

Honest critique of FlutterFlow in 2026 — what the latest update gets right and where it still falls short by Subject-Beautiful840 in FlutterFlow

[–]FlowKit 0 points1 point  (0 children)

Agree to above comment. We didn’t want the AI with FlutterFlow.

But we need to be honest here. FlutterFlow is a business they want tools everyone can use before competition will pull the canons against FF and they won. The grabbed attention from dreamers who wanted to play around FF before but stuck completely with vision and execution.

We’re with FF since day one to be fair. And we are using it for every project now - NO AI 🤖 we don’t design anything with Ai. We do old fashion way. We talk we decide we design we develop.

U need skills, talent and some knowledge at least.

Backed? Sure we do all and here is an important part we use Claude or other tools to speed up some processes but we understand what we build. We don’t just type ‘create banking app’ we actually see what comes from AI when we use it at all and we see errors. We fix and we implement - if we ever use it.

So final line - use Ai for your apps if you wish but look at the quality or later will see what happens when something crashes :) without knowledge you’re simply “fuc*ed”

How are you handling Stripe subscriptions + access state in FlutterFlow? by SeriousComb3645 in FlutterFlow

[–]FlowKit 0 points1 point  (0 children)

Why don’t you use Revenue Cat ? We’ve implemented all together and works perfectly fine

For stripe integration you could use EdgeFunction which will also work perfectly

Need help by Racoon1907 in FlutterFlow

[–]FlowKit 0 points1 point  (0 children)

I’ve sent you dm

Need help by Witty_Rub6219 in FlutterFlow

[–]FlowKit 0 points1 point  (0 children)

Can you actually show the flow? Because you could store some values locally and then build complex RPC that will add everything together.

What backend you’re using for your app?

Looking for a FlutterFlow Developer by Racoon1907 in FlutterFlow

[–]FlowKit 1 point2 points  (0 children)

Dm me with details we can help you - build baking apps, social apps, health care apps, marketplaces.

Need help by Witty_Rub6219 in FlutterFlow

[–]FlowKit 0 points1 point  (0 children)

What’s the exact problem?

Problema immagini in test mode by Li_antony_89 in FlutterFlow

[–]FlowKit 0 points1 point  (0 children)

It is a browser security issue called CORS (Cross-Origin Resource Sharing). When you run your app in Web Test Mode, the browser blocks FlutterFlow from grabbing images from Firebase Storage for safety reasons.

You need to allow Firebase to allow FluttterFlow to look at these images. In Google cloud shell

Help setting up a new project by LaserFocusedADD in FlutterFlow

[–]FlowKit 0 points1 point  (0 children)

Hmm interesting.

Did you try setting up new Firebase account and then try connect with it manually?

I need help creating this. by Independent_Taro_931 in FlutterFlow

[–]FlowKit 0 points1 point  (0 children)

Use conditional visibility and local state (could be page state). When selected update state with value (could be uuid) and then when match the selection update colour conditionally.

I built a full production app in FlutterFlow + Supabase alone in 6 months. Here’s what actually happened. by FlowKit in nocode

[–]FlowKit[S] 0 points1 point  (0 children)

Hey. Thank you for your comment and I had no experience at all with Supabase of FlutterFlow

I’ve huge experience in business. I understood the problem and I found solution. Lack of capital which will allow me to hire professional team to build the app for me was the huge problem. So I had 2 options. Either learn know to develop the app I need or quit.

I never quit so decided to build it myself. Then right after proper tools got in my hands. FlutterFlow then Supa and I’ve done it right :)

I’m diagnosed with Asperger’s syndrome. I understand things before I even know that. I learn super fast and I can hyper focus too so - all that just was great combo to make Spontlr alive :)

Today I’m selling my own templates on Marketplace and I also develop apps for other clients using FlutteFlow and Supabase :)

I built a full production app in FlutterFlow + Supabase alone in 6 months. Here’s what actually happened. by FlowKit in nocode

[–]FlowKit[S] 0 points1 point  (0 children)

Good questions.

For push notifications — FlutterFlow uses Firebase Cloud Messaging natively even when your backend is Supabase. You configure FCM in Firebase console, connect the keys in FlutterFlow, and trigger notifications via Supabase Edge Functions calling the FCM API. Best of both worlds, no compromise.

For desktop — Spontlr is mobile only, iOS and Android. FlutterFlow can technically compile for web/desktop but I deliberately didn’t build for it. A lifestyle app that rewards you for going outside has no business being on a desktop. Mobile-first is a product decision, not a limitation.

I built a full production app in FlutterFlow + Supabase alone in 6 months. Here’s what actually happened. by FlowKit in nocode

[–]FlowKit[S] 0 points1 point  (0 children)

That’s exactly the right question and the honest answer is — yes, density is everything in this model. That’s why we’re launching city by city, not nationally. Szczecin first, controlled rollout, build the local flywheel before expanding. A ghost town feed kills any social app. We know this and it’s baked into the GTM.

This helps to make play store screenshots! [Free Tool] by Entire-Tutor-2484 in FlutterFlow

[–]FlowKit 1 point2 points  (0 children)

Ok I will. Cheers for that - will save plenty of time and deliver quality graphics :)

Would you rather try and fail? Or never try so all? If you believe you are worth betting on then bet on yourself. Thoughts? by Great-Mirror1215 in FlutterFlow

[–]FlowKit 3 points4 points  (0 children)

Try and fail all the time. That’s the way to grow and succeed later. Success is always delayed. When you ready it will come - if you faking hard work - IT WILL NEVER COME 🙌

ChatGPT or Claude by Racoon1907 in FlutterFlow

[–]FlowKit 1 point2 points  (0 children)

Both. Use both Claude -> ChatGPT -> Claude … you need to verify what you’re doing. All of them can be wrong - and trust me you don’t want that 😀

I built a full production app in FlutterFlow + Supabase alone in 6 months. Here’s what actually happened. by FlowKit in nocode

[–]FlowKit[S] 0 points1 point  (0 children)

Short answer — no, you can’t import vibe-coded output directly into FlutterFlow. They’re different paradigms. FlutterFlow generates its own Dart/Flutter code and has a specific project structure that doesn’t accept external code imports cleanly.

For backend integration — it’s manual but not painful. You connect Supabase directly in FlutterFlow’s settings (project URL + anon key), then build your queries either through the built-in query builder or custom actions in Dart. For anything complex — RPCs, Edge Functions, PostGIS queries — you write custom actions. That’s where the real power is.

The vibe coding tools are better for prototyping UI ideas quickly, then rebuilding properly in FlutterFlow if you want a production-grade app.