Tutorial: Offline-first FlutterFlow app with Supabase and PowerSync

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 เม.ย. 2024
  • PowerSync enables developers to build offline-first FlutterFlow apps that are robust in poor network conditions and have highly responsive frontends, while relying on Supabase for their backend.
    This step-by-step tutorial provides instructions for how to build an offline-first notes app using FlutterFlow, Supabase and PowerSync.
    Clonable FlutterFlow project: app.flutterflow.io/project/po...
    Written tutorial guide: docs.powersync.com/integratio...

ความคิดเห็น • 14

  • @faisalkarim7392
    @faisalkarim7392 2 หลายเดือนก่อน +4

    Awesome guys. Useful for my use case, for farmers in low connectivity area.

  • @webdevelopment8760
    @webdevelopment8760 2 หลายเดือนก่อน +4

    great tutorial, thank you very much, would like to see a similar tutorial for expo react native though, that would be awesome =)

  • @emeriktremblay3881
    @emeriktremblay3881 หลายเดือนก่อน

    i previously tried to link it using the other method and was not succesful, I used sqlite only but now I will retry with this method that looks a lot easier. This solve exactly my problem as im doing a grocery list, I want users to be able to access the list but we also want to know what people have in their lists. Thank you guys great job !

    • @emeriktremblay3881
      @emeriktremblay3881 29 วันที่ผ่านมา

      update : It work really well, it's so fast and easy. Glad I did it

    • @powersync_
      @powersync_  24 วันที่ผ่านมา

      Great to hear!

  • @rehaanu
    @rehaanu 2 หลายเดือนก่อน +2

    Thank you 💯💯💯

  • @brianmolloy9393
    @brianmolloy9393 20 วันที่ผ่านมา

    pretty sweet!
    hacking through and prediciting my future... any way to have a "powersync" code generator that has the .powersync already prepended? Definitely gonna much that up as this starts to get bigger...

  • @LowBrowGamerZ
    @LowBrowGamerZ หลายเดือนก่อน

    Does this work using the Web Test Sessions? The SQLite Integration in Flutterflow does not support Web so neither can you test if youre on a free plan

  • @MyHealthierChoice
    @MyHealthierChoice หลายเดือนก่อน

    That's really awesome! Looking forward to start using this for my next project. Do you have any suggestion how to handle sync of media uploads. e.g profile picture in the user table? Thanks in advance

  • @5sense866
    @5sense866 2 หลายเดือนก่อน

    How is this different from SQLite provided natively in FlutterFlow?

    • @kobiebotha9868
      @kobiebotha9868 2 หลายเดือนก่อน +1

      This keeps the data in SQLite in sync with Supabase, and you don't need to write synchronization code.
      This also works on Web.

    • @5sense866
      @5sense866 2 หลายเดือนก่อน

      Ok, so no need to use the SQLite natively provided in FlutterFlow?
      PowerSync is doing the function of SQLite + syncing, right?
      I’m only asking because I expected there to be some steps in this video about how to connect SQLite to PowerSync, but I didn’t see that and it confused me

    • @kobiebotha9868
      @kobiebotha9868 2 หลายเดือนก่อน +2

      Yes that is correct, PowerSync fully manages SQLite and you don't need to enable that.
      Thanks for the question, I might surface this in our docs.

    • @5sense866
      @5sense866 2 หลายเดือนก่อน +1

      That’s great - this solves a problem that’s on my list. Will take a closer look in coming weeks