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
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.
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?
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?
@@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.
Nice job! If you can make mini-project to show the work flow between these tools, that will be great, Thanks again
Great job, make more videos, using cursor and Flutter flow with more complex feats
you followed up, as you said. nice job
So now I have to use Cursor :-) Thanks!
You're welcome! It is such an awesome tool :)
Can you do a full tutorial for Flutter and Windsurf? From start to end? No one has done this.
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
Thanks, that is a really good suggestion. I will try to put something together in one of the next videos.
Great video!
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.
Awesome video.
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?
I hit hard celling after 20 days of using FlutterFlow.
@@StonedApe420 🤣🤣🤣
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?
@StonedApe420 Yes, the speed comes with a trade-off of customisability. Where did you hit the hard ceiling exactly?
@@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.