🔥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
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.
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?
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?
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?
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!
@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.
@@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.
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.
🔥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
That was an adventure lol! 😅...Onward and upward!
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.
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?
Having an issue in test mode where the bottomsheet component is not visible. Works fine in preview mode
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?
Unfortunately yes a paid plan is required for local run testing.
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?
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!
same here. do we have already a work around for this? thank you in advance
@the_digitalpro any solution?
Is it possible to have search with sqlite
Is there a specific reason you prefer to control the safe area yourself?
@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.
@@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.
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.
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?
@@mazenalsakkaf
Hi! Everything worked out using the simulator. Thank you.