Great job, make more videos, using cursor and Flutter flow with more complex feats
@enafor992 ай бұрын
Nice job! If you can make mini-project to show the work flow between these tools, that will be great, Thanks again
@laugedyret2 ай бұрын
So now I have to use Cursor :-) Thanks!
@DigitalMakery2 ай бұрын
You're welcome! It is such an awesome tool :)
@zorayanuthar92893 ай бұрын
Man, this is amazing! I was stuck with the Stripe checkout session success URL, and you found a solution that not only works for the web but also for mobile by using webhooks for real-time database updates in Flutterflow. This solution seems even better for mobile if it can retrieve the URI. As a suggestion for your next video, it would be great to see a tutorial on building a Stripe component, since there's not much available online
@DigitalMakery3 ай бұрын
Thanks, that is a really good suggestion. I will try to put something together in one of the next videos.
@satoriscope3 ай бұрын
Awesome video.
@u_walk22513 ай бұрын
you followed up, as you said. nice job
@VerenaGerhardus-r9j3 ай бұрын
Great video!
@AssassinUK2 ай бұрын
Can you do a full tutorial for Flutter and Windsurf? From start to end? No one has done this.
@DigitalMakeryАй бұрын
I haven't tried Windsurf yet. What sets it apart from Cursor for you?
@AssassinUKАй бұрын
@DigitalMakery it writes code, creates files, updates files, searches files, understands Linux commands and understands git commands and writes them for you, and then runs them for you, there is no copy n pasting any of the code or commands it creates as it runs everything for you. So easy. You point it to The git folder and just start prompting.
@AssassinUKАй бұрын
Point to any folder that has code in it
@DavidIbe-q2z2 ай бұрын
Can create the backend of my app after creating the front end with a prototyping tool like create with play, create with play allows export of code so I was hoping I can add the back end authentication and others with cursor because I have zero knowledge in coding and have loads of ideas.
@DigitalMakeryАй бұрын
I have never tried or heard of Create with play yet - what is the underlying language?
@Simon-tv8lq3 ай бұрын
Hello, I'm currently considering whether I should abandon FlutterFlow and switch entirely to Cursor. FlutterFlow has encapsulated some components, which makes them difficult to modify, and this is frustrating. How do you solve this issue? Is there a good way to use only the UI part of FlutterFlow together with Cursor, ensuring that I don’t have to convert the entire project just because of some UI changes?
@StonedApe4203 ай бұрын
I hit hard celling after 20 days of using FlutterFlow.
@Simon-tv8lq3 ай бұрын
@@StonedApe420 🤣🤣🤣
@DigitalMakery3 ай бұрын
Well, you can always export the code of whatever encapsulated component you want to use and modify it further in Cursor. Afterwards you can either continue in Cursor altogether or reimport your modification as a custom widget into FlutterFlow. Is that what you mean?
@DigitalMakery3 ай бұрын
@StonedApe420 Yes, the speed comes with a trade-off of customisability. Where did you hit the hard ceiling exactly?
@StonedApe4203 ай бұрын
@@DigitalMakery That is what i would like to see in a video, some advanced FF practice. I started to fast too deep and FF became to much of a spagety for me so now I'm going with separation of concerns and using FF only for UI and moved everything that can be moved to backend.