Recent FlutterFlow Updates
FlutterFlow MCP Is Here
What's New in FlutterFlow - v6.6.56 | April 21, 2026
Introducing the FlutterFlow Changelog
App Events are here!
FFDC 2026 Community Awards Are Now Open!
Showcases ✨
7 Mistakes That Get Apps Rejected by Apple
FlutterFlow MCP is INSANE! AI Can Now Build Your Entire App (Full Test)
Pic Perfect AI - AI Photo & Video Editor is live!
My first app has been launched, fully made in flutterflow by me, without any previous coding experience.
Complete API Interceptor: Silent JWT Token Refresh Without Losing User Data Fields
How to Reduce Claude's FlutterFlow Error Rate with a Changelog File and Custom Project Instructions
Muzify - Premium Music Streaming App 🎷
MyTaxi - Ultimate Taxi Booking App & Driver App icluded 🚖
⚡️AdminPro - #1 Best Selling Admin Dashboard
Segmented Progress Bar Chart | FREE
Upcoming Events
FFDG Munich Meetup 16.04.2026
FlutterFlow Developer Connect Bangalore 2026
Innovation 2026 Social | Tech.Tacos.Tunes.
FFDG Munich Meetup 27.11.2025
🔴 LIVE Now: Day 6 of Building a Chat App in FlutterFlow
Build Your First AI Powered App with FlutterFlow
FlutterFlow Fundamentals
Google Developer Group Bordeaux : De l’idée à l’App Store : Développer une application complète en solo avec FlutterFlow.
FlutterFlow Developer Group Munich Meetup 26.06.2025
FFDG Gandhinagar : FlutterFlow Fusion: From Visual Building to Custom Code Mastery
Meet new members 👋
Trying to build my first app with AI and FlutterFLow
So FlutterFlow has not been easy. Everything I read about flutter said that it was very easy for someone with no code or design skills. I have both a little code and a lot of design skills and this has not been very easy so far. 5Descubriendo un mundo nuevo.
Saludo, soy un aprendiz que esta viajando por el mundo de fluterflow , lo que es sorprendente pensar en hacer algo y saber que lo puedes hacer, pero como no se nada de programacion, ni diseño estoy usando la IA como mi asistente pero hoy tengo un obtaculo que no me deja avanzar y es que no he podido lograr registrar mi primer usuario en supabase y estoy buscando la ayuda de lo que saben para que me den el impulso que necesito para sugir. 4Hi everyone! Ahmed here – A tech student passionate about UI/UX and FlutterFlow
"I am currently a student at iSchool, where I've been actively developing my mobile app design skills. My journey has been intense and rewarding; I’ve recently completed a series of advanced modules, achieving a perfect score of 23/24 in my monthly engagement report. I am obsessed with the details—focusing heavily on padding, border radius, and animations to ensure that every screen I build is not only functional but visually stunning." 5FlutterFlow UI: Designing Apps that don't look like templates for beginners
https://zeinalnemr.gumroad.com/l/flutterflow-ui 5Hello Community! Ahmed here, building my first mobile apps with FlutterFlow.
I am a tech student currently enrolled in iSchool, where I've been diving deep into mobile app development and UI/UX design. My journey has been focused on creating interactive experiences, focusing on fine-tuning details like padding, border radius, and smooth animations to bring my creative ideas to life." 5
Been having issues for a week or two now. Keyboard just stops working at all.
Intermittently and across all projects, and not in specific property value input fields but across all. Even keyboard copy/paste etc does not work.
Keyboard works fine in ALL other apps - just fails in FF.
Been reverting to the browser version and going back to app for a bit - but now it’s happening there too.
Methinks JavaScript focus bug or heat related drop events bug. It’s VERY annoying.
Anyone else?
Contact support, re installing app, using browser version, checking other projects.
Hi everyone,
I'm building an app with FlutterFlow v7.0.21.
I have a Firestore collection called "lmv_garments" with a field:
imageUrl (Image Path)
My goal is very simple:
The user selects an image, presses Save, and the image URL should be stored in the imageUrl field.
However, I'm unable to complete the workflow.
The official documentation explains that after uploading media there should be an Upload Type (Firebase) option and an Uploaded File URL available through Action Outputs.
In my FlutterFlow version none of these options exist.
The "Store media for upload" action only shows:
- Media Source
- Allow Photo
- Resize
- Image Quality
There is no Upload Type, no Uploaded File URL and no Action Output Variable.
When I try to assign the uploaded media to my Firestore Image Path field, FlutterFlow only exposes Uploaded Local File, which causes a type mismatch.
Is this the new workflow in FlutterFlow v7.0.21?
If so, what is the correct way to save an uploaded image into an Image Path field in Firestore?
I'm using FlutterFlow v7.0.21. Is this the new upload workflow, or is my project missing the Action Outputs / Uploaded File URL that the documentation refers to?
Thank you!
I have:
- Read the official FlutterFlow documentation about Uploading Files.
- Created a clean test page to reproduce the problem.
- Tried Store media for upload.
- Tried Upload/Save Media.
- Tried using Widget State and App State.
- Tried assigning Uploaded Local File to the Image Path field.
- Compared my builder with the official documentation.
The documentation and my FlutterFlow version do not match.
You can use the image URL after you uploadded the media file only. Maybe thats a problem? It has to be "logically" after. So fort upload, then try to access the URL. thats indeed a widget state 🙂
Hi everyone! I’m struggling to get a form working that uploads a file and saves metadata to my database. Here is the setup and the problem I'm facing:
The Goal
Selection: User selects a Class and Subject from dropdowns.
Upload: User uploads a file.
Submit: On click, the file goes to my Supabase bucket, and a new row is created in the
past_paperstable containing the File URL + the selected IDs.
My Setup
Action 1: Upload File to Supabase (Bucket:
past_papers).Action 2: Insert Row (Table:
past_papers).Mapping: File URL mapped to the
Download URLfrom Action 1 output; IDs mapped to my widget states."Wait for Action to Complete" is ON.
The Problem
The file uploads to the bucket perfectly, but the Insert Row action never fires (or fails to save).
The Context & What I’ve Tried
The "View" Conflict: I am using
class_subjects_viewto populate my dropdowns so the user sees readable names (e.g., "Mathematics" instead of a UUID). Since views are read-only, I am correctly targeting the basepast_paperstable for theInsertaction.Junction Table Attempt: I previously tried targeting the junction table directly. This allowed the insert to work, but the dropdowns showed the raw IDs instead of readable names.
Troubleshooting: I’ve confirmed my RLS policies are set to allow
INSERTon thepast_paperstable.
Does anyone have a reliable way to chain these two actions? Is there a trick to passing the "Download URL" output from the upload action to the insert action when using a view-based UI?
I am running a small business of mechanical job contracts and having manpower of around 30-40 people in different sites/ locations of India. I want to make a free mobile app or system (a HRM system) where my staff (labour - mostly not fluent to English) mark their daily attendance with google map location and time and I can track all their attendance, leaves, salary from the office. Can you build an app for me? I don't want to use google sheets as most of the labours are not computer friendly.
Im new in flutterflow, and Im having problems to connect firebase to my projetc. The error is this:
"Project uses Firebase Performance Monitoring but Firebase config files are not uploaded."
I did clen the conncetions, the same with the account, but the error stays there. Does anyone can help me?
thanks