#FlutterFlow

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 19

  • @the_digitalpro
    @the_digitalpro  5 місяців тому

    🔥Looking for more content, further content, and a helpful community? Why not consider joining The Digital Pro's #Nocode Academy at www.thedigitalpro.co.uk

  • @eMeriPartners
    @eMeriPartners 4 місяці тому

    That was an adventure lol! 😅...Onward and upward!

  • @michaeljjemba5580
    @michaeljjemba5580 4 місяці тому

    Thank you so much Pro. Please consider doing a video training on how to push users to download an app update and forsake an old version. We shall appreciate.

  • @danylboiko
    @danylboiko 29 днів тому

    Hi, I don't understand why, when I try to run an SQL query directly in DB Browser for SQLite, I don't see any data stored there. However, inside FlutterFlow, I can see all the records. Is FlutterFlow copying the database or using a reference?

  • @zappyle
    @zappyle Місяць тому

    Having an issue in test mode where the bottomsheet component is not visible. Works fine in preview mode

  • @pandimus7
    @pandimus7 3 місяці тому +1

    The Simulator available only on the paid plan and without this Simulator we cannot see what we built. Thus we need a paid plan at this stage. Is it correct?

    • @the_digitalpro
      @the_digitalpro  3 місяці тому

      Unfortunately yes a paid plan is required for local run testing.

  • @RikHaanen
    @RikHaanen 5 місяців тому

    I really likevthe way you explain things.
    I was wondering, during debuging, can we see what is happening in the sqlite database while we are testing?
    I also wonder why when we connect to supabse, flutterflow recorgiizes the fields in the table. Why do we need to add them manualy in sqlite?

  • @tomstrohm
    @tomstrohm 4 місяці тому

    After some research, I have favoured Flutterflow as my no-code framework. To learn flutterflow, I'm following the implemenation of the app on my Macbook. Everything went fine until this episode, where I'm realizing, that SQL functions require a paid plan and it's not possible to run these in test- or run mode ("LateInitializationError: Field '_database' has not been initialized“). This is a huge step backwards for me as I’m not (yet?) willing to pay 314$ per year. Nevertheless: Great video series!

    • @TheTechieFarmer-x
      @TheTechieFarmer-x 4 місяці тому

      same here. do we have already a work around for this? thank you in advance

    • @AppleTwentyFour
      @AppleTwentyFour 4 місяці тому

      @the_digitalpro any solution?

  • @tarfwrk
    @tarfwrk 5 місяців тому

    Is it possible to have search with sqlite

  • @jimvh7557
    @jimvh7557 5 місяців тому +1

    Is there a specific reason you prefer to control the safe area yourself?

    • @the_digitalpro
      @the_digitalpro  5 місяців тому

      @jimvh7557 Hi Jim. Yes primarily I want full control over the full screen layout of my app. Gives me more precision. Safe Area toggle takes this control away. Good question though.

    • @jimvh7557
      @jimvh7557 5 місяців тому +1

      @@the_digitalpro It may be interesting to see a scenario where you see exactly why you do it and what the safe area did differently than what you want as it is a safe area of course.

  • @DobroDelo
    @DobroDelo 5 місяців тому

    Hi, I'm studying FlutterFlow using your lessons. I've repeated everything from lessons 1-6, but I'm having trouble writing data to the goals table. I downloaded your example, but the problem remains. I think the issue might be with SQLite, possibly a lack of write permissions for the table or something similar.

    • @mazenalsakkaf
      @mazenalsakkaf 5 місяців тому +1

      Hi, you'll need to run your app in Local Run mode using either a real device or a simulator. Have you tried this yet?

    • @DobroDelo
      @DobroDelo 5 місяців тому +1

      @@mazenalsakkaf
      Hi! Everything worked out using the simulator. Thank you.