Nice work, but you guys really need to go back and debug prior features as well, especially since some of these foundational features while simple have widespread impact. I'm still waiting for a fix to start record audio being compatable with the Safari browser. Tysm for the great platform though!
@buildingsomething117 күн бұрын
Have been using Cursor for a few weeks, absolute game changer for debugging issues
@beauTHEpalmleaf16 күн бұрын
Whoaaah, this is awesome! I was just playing with Cursor the other week. I’m usually asking ChatGPT to write functions, actions etc. But this always needed a ton of extra context to get it working, plus the troubleshooting. This looks like it would streamline so much of my workload. Will be giving this extension a shot
@LeonardoZeferino17 күн бұрын
Great video! Please, more advanced videos using Flutterflow!
@princemudzengi16 күн бұрын
Cursor + FlutterFlow = big game changer
@loucasi16 күн бұрын
Lovely ! Ai is part of everybody’s workflow and prompting/integration content is what we need ! Keep it up please
@imadbouirmane733915 күн бұрын
Very professional, so useful thanks
@godonholiday16 күн бұрын
Wow the number of steps, back and forth.. Looks like just building your app in cursor is the way to go.
@scodusa940116 күн бұрын
Please can you fix dev environment values not working as intended when set as condition in action flow editor?
@blackg781616 күн бұрын
Error downloading project: status: 404 Message: Branch name "main" not found I followed the exact setup from the video to connect FlutterFlow with Cursor, but I’m getting an error in Cursor. Could you help me understand what I need to do to fix this?
@Dreysimmons13 күн бұрын
Amazing tbh!
@ozanbilgili17 күн бұрын
can we edit pages in cursor and push pages to ff? (_widget and _model code files?)
@widgetsflow17 күн бұрын
currently, we can edit the custom folder that includes, actions, functions and widgets, you can check in settings which files are excluded. that's how you can send it back to Flutterflow without affecting the other code files
@ozanbilgili17 күн бұрын
@@widgetsflow then there is no point, we can already copy paste the custom code into the cursor or we can easily edit it with the desktop application of a tool like chatgpt. The important thing is to be able to edit the pages with features that are available in Flutter but not in FlutterFlow's direct development menu.
@widgetsflow17 күн бұрын
@@ozanbilgili but it is without context, this time you can give context and have the custom actions, widgets to return and accept parameters without having to manually change them after copying from chatgpt which in itself is a big relief.
@ozanbilgili17 күн бұрын
@@widgetsflow Of course this is a great relief but this feature is in the same context as changing the query for a listview on a page and this can make it even easier and much more advanced to develop with FlutterFlow. We were initially using FF for a very large cross-platform application, but we could no longer manage the process with FF and it caused us to dropout. FF 5.0 looked very promising for more complex and large applications but it is still very early days.
@teodorchirileanu13 күн бұрын
custom function not found in project!! how to fix?
@Romanusik216 күн бұрын
Hi guys, is there any active community where we can ask questions and exchange ideas about flutter flow?
@loucasi16 күн бұрын
Google flutterflow community 👍
@FlutterFlow16 күн бұрын
Yep community.flutterflow.io/
@VirgilioSolano16 күн бұрын
Amazing feature
@dariorodriguezgpolloll17 күн бұрын
Nice video !
@Yurialdantas10 күн бұрын
The api token is not showing for me, Why ?
@zaidmustafa278517 күн бұрын
This is amazing
@vishalmangukiya934917 күн бұрын
Outstanding 🎉🎉
@q.ramthienghlimsanate572017 күн бұрын
Very confusing... 😢 how many times you switch from VS code to flutterflow??? I wonder if we can just add into flutterflow custom function editor instead of going to VS code, install flutterflow extension, API call etc....
@FlutterFlow17 күн бұрын
Oh there is! This is just if you want to write/edit code in Cursor.
@widgetsflow17 күн бұрын
If you are using VScode then it will be just one click transfer to replicate all your Vscode settings extensions to Cursor. So its VScode on Steriods :D
@Theebatt17 күн бұрын
Amazing 🎉
@FlutterFlow17 күн бұрын
🔥
@jairolenfers16 күн бұрын
top!!!
@francomuoio17 күн бұрын
🔥🔥🔥🔥
@seekersaurabh17 күн бұрын
Crazy
@Simon-tv8lq17 күн бұрын
if I already have cursor why use flutterflow?
@Mhddhn17 күн бұрын
If you’re not a developer, how do you go about designing your application? With Flutterflow, you have control over your project: you can recreate it, modify it down to the smallest details. However, an AI will only give you what it wants to give you, and sometimes, in trying to improve things, it can end up messing everything up. Not to mention, you don’t have a clear understanding of what the code does, how it handles null values, flexible container sizes, etc. This can lead to bugs appearing in full production.
@Simon-tv8lq16 күн бұрын
@@Mhddhn If you’ve ever used FlutterFlow to develop a commercial project with constantly changing requirements, you would realize how difficult it is to modify past projects. This is because FlutterFlow has so many custom wrappers, making the entire project feel like a black box if you're not familiar with its code structure. On the other hand, using Cursor truly feels like working on a Flutter project, providing a level of flexibility and scalability that far surpasses FlutterFlow.