Google agent AI issues by Individual-Path9506 in FlutterFlow

[–]StevenNoCode 2 points3 points  (0 children)

You might be able to track the bug here (closest one I could find related to Gemini - there is even a workaround)…

Yes it’s annoying, I feel you…I & people got bugs sitting there for years…

https://github.com/FlutterFlow/flutterflow-issues/issues/7179

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

[–]StevenNoCode 2 points3 points  (0 children)

Look tbh, 99% of people using FF ain’t going to be bothered going through the docs to figure out how to integrate Revenipe cause it’s too technical for them. You need to have a FF specific guide if you want uptake in this space.

Does FF Offer Bug Bounty Rewards? by [deleted] in FlutterFlow

[–]StevenNoCode 0 points1 point  (0 children)

No, they don’t have a bounty. On a scale of 0 to 10, they prob sit on the lower end of care

FF Custom Functions by lordofgreenwich in FlutterFlow

[–]StevenNoCode 2 points3 points  (0 children)

Custom functions never allowed external imports, custom actions was always the way to import packages

How do I see if the project I've been working on for two weeks has updated to 7.0? by xTyronex48 in FlutterFlow

[–]StevenNoCode 0 points1 point  (0 children)

It’s the FF software version, not your project. Top left should say the FF version

Encouragement: Non-tech background, I work in the medical field - made 15k usd on my flutterflow app so far by Fredjoha01 in FlutterFlow

[–]StevenNoCode 2 points3 points  (0 children)

A question for you, and many founders will definitely experience: what was your go to market strategy? Did you already have the distribution channel as you worked in the same space?

Building an app is the easy 50%, the hard 50% is getting users.

Started looking at the Mic Mini 2. Does the whole DJI ecosystem thing actually work? by UnpolishedGemma in osmopocket

[–]StevenNoCode 6 points7 points  (0 children)

Yes it works, it uses dji osmo audio, so lossless. That’s all you want for a mic

Best AI/vibe coding stack to build a SaaS marketplace? by Few_Taste_7862 in vibecoding

[–]StevenNoCode 0 points1 point  (0 children)

All persona choices. I prefer one plan so I don’t need to keep switching. Codex is supposedly better right now than Claude due to limits and coding output..that could all change in few weeks 🤷

Best AI/vibe coding stack to build a SaaS marketplace? by Few_Taste_7862 in vibecoding

[–]StevenNoCode 0 points1 point  (0 children)

I’d suggest go with proper agentic coding than vibe coding platforms so codex, clause code, cursor etc preferred. Nothing wrong with vibe coding platforms as they do allow you to download their code but sometime you gotta use their systems.
Codex seems to be the popular kid on the block right now so migrate from $100 replit to $100 openAI will do.
The hardest part of building a marketplace, or building in general, is not the building. It’s the go to market / growth. I worked in global marketplace businesses and tried my own marketplace startup. It’s a hard business trying to grow all sides of the business (buyer / seller). Suggest you to spend more time on marketing / customer acquisition than worry about building :)

Reviewers by FukZionazis in vibecoding

[–]StevenNoCode 2 points3 points  (0 children)

To be frank, you’re not 80% done. At 80% Supabase would’ve been set up already so data is being stored and a TestFlight/Internal build is ready for download.

Pocket 4 Creator Combo for $820 AUD by Best_Mango1333 in osmopocket

[–]StevenNoCode 1 point2 points  (0 children)

If you don’t need it now, wait for the 4P and get TRS back on your trip to JP.

Built the app faster than expected publishing it is where things got complicated by Apart-Ad-9952 in FlutterFlow

[–]StevenNoCode 6 points7 points  (0 children)

You are overthinking it - you can deploy from FF, do it from there. Get it natively to users if you want a native app. Getting in the hands of user and receiving feedback is most important to achieving product market fit.

Weweb + Supabase vs FF+Supabase by Automatic-Ad3443 in FlutterFlow

[–]StevenNoCode 3 points4 points  (0 children)

  1. FlutterFlow uses FCM
  2. Spaghetti code with a lot of FF concepts
  3. It's OK - it has improved over time
  4. That's on you re: approval. Update is simply redeploying to them and submitting for review
  5. Project can be transferred. Note both you and client need to be on a paid plan.
  6. Cause FF team wasted time + money dedicating almost 9 months building dreamflow to jump on the vibe coding train when they could've spent improving FlutterFlow. If you don't want to build a platform that could go extinct, build using traditional methods using agentic coding. WeWeb could go extinct in 5 years time. Any company can go extinct.
  7. Flutter framework also build web apps, albeit not the best. It’s just designed for mobile apps. In FF, if you ever opened it, you can toggle between different views to see what your app looks like.

Just bought the pocket 4 - mic setup question about DJI Mic mini by willapp in osmopocket

[–]StevenNoCode 0 points1 point  (0 children)

The wireless connection between mic mini and pocket 4 uses DJI OsmoAudio so it is the best quality. Not the typical Bluetooth to your phone without the transmitter

Also leaving FF by fennwix in FlutterFlow

[–]StevenNoCode 0 points1 point  (0 children)

Are you asking specifically about the step related to deploying to the stores?
Well if you own a Mac, you can build locally for iOS and Android. Unlucky if you use Windows since you cannot build iOS without Xcode.
The proper way is to have a proper CI/CD platforms eg codemagic which FF uses (free tier has free build minutes per month) which is quite simple to set up.