Go further with FlutterFlow & Cursor AI - Push and Pull synchronisation

Поделиться
HTML-код
  • Опубликовано: 22 ноя 2024

Комментарии • 18

  • @enafor99
    @enafor99 23 часа назад

    Nice job! If you can make mini-project to show the work flow between these tools, that will be great, Thanks again

  • @juanvalencia7225
    @juanvalencia7225 23 дня назад +1

    Great job, make more videos, using cursor and Flutter flow with more complex feats

  • @u_walk2251
    @u_walk2251 Месяц назад

    you followed up, as you said. nice job

  • @laugedyret
    @laugedyret 25 дней назад

    So now I have to use Cursor :-) Thanks!

    • @DigitalMakery
      @DigitalMakery  24 дня назад

      You're welcome! It is such an awesome tool :)

  • @AssassinUK
    @AssassinUK 5 дней назад

    Can you do a full tutorial for Flutter and Windsurf? From start to end? No one has done this.

  • @zorayanuthar9289
    @zorayanuthar9289 Месяц назад

    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

    • @DigitalMakery
      @DigitalMakery  Месяц назад +2

      Thanks, that is a really good suggestion. I will try to put something together in one of the next videos.

  • @VerenaGerhardus-r9j
    @VerenaGerhardus-r9j Месяц назад

    Great video!

  • @DavidIbe-q2z
    @DavidIbe-q2z 10 дней назад

    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.

  • @satoriscope
    @satoriscope Месяц назад

    Awesome video.

  • @Simon-tv8lq
    @Simon-tv8lq Месяц назад

    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?

    • @StonedApe420
      @StonedApe420 Месяц назад

      I hit hard celling after 20 days of using FlutterFlow.

    • @Simon-tv8lq
      @Simon-tv8lq Месяц назад

      @@StonedApe420 🤣🤣🤣

    • @DigitalMakery
      @DigitalMakery  Месяц назад

      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
      @DigitalMakery  Месяц назад

      @StonedApe420 Yes, the speed comes with a trade-off of customisability. Where did you hit the hard ceiling exactly?

    • @StonedApe420
      @StonedApe420 Месяц назад

      @@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.