Now available. FlutterFlow 7.0 is live, and everything below is available today. This release focuses on building faster (getting from idea to a working app with less friction) and building better (a more powerful, more stable platform to work in day to day).
Build Faster
Live Sessions & MCP support
DocumentationConnect the agent of your choice and bring your own model. Over MCP, your agent can work hands-on with your app: launch it on any connected device, start and stop sessions, take screenshots, and pull your debug logs, so it can help you debug directly instead of guessing.
Test Pilot: AI-powered QA
DocumentationDescribe what your app should do in plain English, and Test Pilot turns it into automated test coverage. It builds your app, runs the tests, and returns results with screenshots at every step.
- Natural-language tests. Write tests as plain instructions. No need to specify which text field is which.
- Reusable parameters. Configure credentials and other values once and pass them into every test.
- Sequential or fresh-start runs. Chain tests in order, or restart the app completely between them.
- Multi-device, multi-mode runs. Run across iPhone, tablet, and desktop in a single pass, in light and dark mode, against the development environment you've configured.
- Full playback. Step through the exact screenshots and actions taken for every test, including data Test Pilot generated itself, and see precisely where and why a test failed.
- Scheduled runs. Run Test Pilot on a schedule, on every commit, or on every deploy to GitHub.
Faster 0-to-1 with AI
DocumentationA lightweight, AI-driven flow takes you from nothing to a working prototype in under a minute, while respecting your themes, colors, typography, database collections, and authentication. Ask it to fill in a screen you haven't built yet and it generates the feature on the spot. Publish into a full project and you get every input, screen, and slider wired up to your database connections, data types, and sensible defaults.
Editing improvements
- One-click copy. Click any element to copy it, or use ⌘C / Ctrl+C.
- Library transfers. Move components and assets from one library to another.
Build Better
Supabase Edge Functions
DocumentationWrite Supabase Edge Functions directly inside FlutterFlow (server-side logic, AI workflows, and data processing that shouldn't run on the front end) and deploy them without leaving the product.
Test mode improvements
Documentation- Inspect in the running app. Inspect elements right inside your running application.
- Side-by-side preview. Open your running app alongside the builder instead of switching between tabs.
- Real-device testing. Test directly on a real device.
- No more 30-minute limit. The session timeout is gone.
AI agents
Documentation- Audio in and out. Alongside the latest text models from existing providers, agents can now output audio, enabling end-to-end flows like speech-to-text, translation, and text-to-speech.
- Deploy agents in FlutterFlow. Run agents within FlutterFlow, with audio and secrets secured.
- Agent Panel. Build AI experiences with a few clicks and zero custom code.
Project organization for custom code
DocumentationCustom code is now a first-class citizen, with a dedicated home for your custom code and configuration files.
- Organize functions, actions, and files into your own feature folders.
- Drag and drop files between folders.
- Create new functions and files in place.
On by default for new projects. Existing projects can opt into the new layout.
Found a bug or have a request? We read all of it.