Fri, Jul 7
Release notes

What's New In FlutterFlow | July 7th, 2023

We're back this week with some big action enhancements plus an upgraded AI coding assistant.

In case you missed our announcement yesterday, FlutterFlow AI Gen is now live for all users!

FlutterFlow AI Gen Is Now Live 🦸

FlutterFlow AI Gen is now live for all users! Our suite of tools provide you an AI Assistant to accompany you throughout your app building journey.

πŸ“„ Page Gen: Describe what you want to build and let AI kickstart your UI development.

πŸ—ƒοΈ Schema Gen: Transform your idea into a backend schema in seconds.

πŸ–ΌοΈ Component Gen: Instantly build reusable app components.

🎨 Theme Gen: Effortlessly craft unique and beautiful color schemes from text descriptions.

🦸 Code Gen: Meet your new AI Code Assistant, now supercharged with the power of ChatGPT Turbo.

Let’s redefine the future of app development together πŸš€

https://www.youtube.com/watch?v=eOR9YxsxNWY

An AI Assistant For Your App Development Journey | FlutterFlow AI Gen

Action On Data Change πŸ“„

You can now trigger actions when data is updated in Firestore. This new feature allows you to handle updates to data dynamically – for example by automatically navigating to a new page when a document field value changes.

Simply select "On Data Change" on a widget which has a query to respond to changes in the data.

Upload Multiple Files ⬆️

We've updated our Upload File action to allow users to upload multiple files at once. This enhancement significantly improves your user's experience by saving time and reducing efforts for tasks like uploading multiple documents as part of an onboarding KYC flow.

GitHub Firebase Auth 😸

We've added support for letting your users sign-in using their GitHub credentials. Adding this powerful new feature is just a few clicks away!

Remove Widget In the Widget Tree πŸ’‘

We've added a new Remove Widget feature to make it easier to work within the Widget Tree. Just select a widget > right-click > remove widget. This new feature spares child widgets from deletion by reassigning them to the next parent up in the hierarchy.

No more manually moving child widgets when you want to delete a parent!

Other Improvements πŸ—οΈ

  • We now allow multiple action parameters for a Component.

  • You can now pass can now pass an action parameter into a component used in a bottom sheet action.

  • You can now set Webview content from an HTML string.

  • We now support a Supabase JWT Token field for Supabase authenticated users.

  • We've upload a Local File (bytes) to Firebase/Supabase Storage.

Bug Fixes πŸ›

Here are some of the recent bugs we've fixed. Please visit the

GitHub Issue Tracker (https://github.com/FlutterFlow/flutterflow-issues) for the most up to date status of all reported bugs.

  • Fixed an issue that caused iOS builds to fail due to ARC Semantic Issue.

  • Fixed an issue preventing new items being added to the app bar for iPhone 14 devices.

  • Fixed an issue causing test mode build errors when Stripe was enabled.

  • Fixed an issue causing a number of items list to incorrectly return 0.

  • Fixed an issue causing incorrect renderings of bottom sheets with transparent backgrounds.

  • Fixed an issue causing custom function validation to fail when data structures were utilized.

  • Fixed an issue with Firestore server timestamp serialization.