Have been using Cursor for a few weeks, absolute game changer for debugging issues
@beauTHEpalmleaf2 ай бұрын
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
@leemark8082 ай бұрын
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!
@LeonardoZeferino2 ай бұрын
Great video! Please, more advanced videos using Flutterflow!
@princemudzengi2 ай бұрын
Cursor + FlutterFlow = big game changer
@loucasi2 ай бұрын
Lovely ! Ai is part of everybody’s workflow and prompting/integration content is what we need ! Keep it up please
@imadbouirmane73392 ай бұрын
Very professional, so useful thanks
@Yurialdantas2 ай бұрын
The api token is not showing for me, Why ?
@godonholiday2 ай бұрын
Wow the number of steps, back and forth.. Looks like just building your app in cursor is the way to go.
@Dreysimmons2 ай бұрын
Amazing tbh!
@VirgilioSolano2 ай бұрын
Amazing feature
@ozanbilgili2 ай бұрын
can we edit pages in cursor and push pages to ff? (_widget and _model code files?)
@widgetsflow2 ай бұрын
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
@ozanbilgili2 ай бұрын
@@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.
@widgetsflow2 ай бұрын
@@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.
@ozanbilgili2 ай бұрын
@@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.
@scodusa94012 ай бұрын
Please can you fix dev environment values not working as intended when set as condition in action flow editor?
@teodorchirileanu2 ай бұрын
custom function not found in project!! how to fix?
@dariorodriguezgpolloll2 ай бұрын
Nice video !
@vishalmangukiya93492 ай бұрын
Outstanding 🎉🎉
@Sparrks902Ай бұрын
I don't have the option push to FlutterFlow showinf up in cursor, even if i've installed the package and dl my FL file !
@zaidmustafa27852 ай бұрын
This is amazing
@Romanusik22 ай бұрын
Hi guys, is there any active community where we can ask questions and exchange ideas about flutter flow?
@loucasi2 ай бұрын
Google flutterflow community 👍
@FlutterFlow2 ай бұрын
Yep community.flutterflow.io/
@________468211 сағат бұрын
It would be nice if everything was editable on Cursor, not just custom elements.
@blackg78162 ай бұрын
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?
@Yashoneel21 күн бұрын
Hi I am unable to get the API token can you please help
@Yashoneel21 күн бұрын
hey can any help its urgent please
@Theebatt2 ай бұрын
Amazing 🎉
@FlutterFlow2 ай бұрын
🔥
@q.ramthienghlimsanate57202 ай бұрын
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....
@FlutterFlow2 ай бұрын
Oh there is! This is just if you want to write/edit code in Cursor.
@widgetsflow2 ай бұрын
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
@francomuoio2 ай бұрын
🔥🔥🔥🔥
@Simon-tv8lq2 ай бұрын
if I already have cursor why use flutterflow?
@Mhddhn2 ай бұрын
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-tv8lq2 ай бұрын
@@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.