People make simple things so complicated to learn and implement. But you are just awesome. Finally, I'm able to connect my app to the database. Thanks a ton!!
a very concise tutorial, much aprreciated! one thing that may improve the viewing experience, add timestamps to each part of the videos, since the codes aren't written live but shown when it's already completed (and stays on the screen for a short amount of time 😅)
I can't thank you enough for this amazing tutorial. It's unbelievable how just a 10 minute video helped me so much. Thanks a lot for the tutorial. loved it ❤❤
Thanks for the tutorial! I'm already familiar with Flutter and found this tutorial great! I went through most of the comments and noticed that many viewers seem to be beginners. Don't worry about them-they just want everything handed to them without making much effort. I found the frames, arrows, colors, etc., really helpful in understanding the concepts. However, I have a suggestion that could improve the quality of the tutorials: I think it would be even better if you could keep everything as you're doing with the frames, arrows, colors, etc., and additionally show the file directory on the right side to better visualize the whole project structure. Additionally, showing the entire file and zooming in on the part you are working on would help us see exactly where we're working within the project. Appreciate the effort! Regards!
No one ever covers this use case but what if you have objects for your properties that you want to use for your Database, I'm assuming you would need to create a DB for each of those objects right? THen how do you connect all of those together when you create your final table?
getting Error: Bad state: databaseFactory not initialized databaseFactory is only initialized when using sqflite. When using `sqflite_common_ffi` You must call `databaseFactory = databaseFactoryFfi;` before using global openDatabase API
thanks for Video i have a question when i run this app in my android emulator i every think it work good but when i generate my app and add notes the notes not shpoiwing in my screen can you help me pleas this problem is fro Hive and sqf lite
Hey, @supremeleader5516 🙂 It's actually not when compared to other frameworks. If you are a beginner, things may seem little puzzled to you, but believe me you will get used to it.
Hey, @erfanfatahi9168 🙂 If you are finding the video too fast, you can adjust the playback speed. You can openly share your feedback how we can improve more.
Thank you, @user-rn4ji4zt8h! 🙂. We are sorry for that, but we always learn and try to improve ourselves, you kind suggestion will help in that regard. Let us know what should we improve in our videos? Your suggestion will be highly appreciated.
Thank you, @smtwtfs_Kuroi! 🙂. We are sorry for that, but we always learn and try to improve ourselves, your kind suggestion will help in that regard. Let us know what should we improve in our videos? Your suggestion will be highly appreciated.
This might help you :)
👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
Source Code: github.com/JohannesMilke/sqflite_example
People make simple things so complicated to learn and implement. But you are just awesome. Finally, I'm able to connect my app to the database. Thanks a ton!!
Glad to hear that, You are welcome @MaayJ100! 😊
a very concise tutorial, much aprreciated! one thing that may improve the viewing experience, add timestamps to each part of the videos, since the codes aren't written live but shown when it's already completed (and stays on the screen for a short amount of time 😅)
Thanks, @muhammadrayyanmaulana1787! 🙂 for your valuable feedback
I can't thank you enough for this amazing tutorial. It's unbelievable how just a 10 minute video helped me so much. Thanks a lot for the tutorial. loved it ❤❤
Glad to hear that, You are most welcome @osamajaved5637! 😊
sir can you provide the link of the code
Thanks for the tutorial! I'm already familiar with Flutter and found this tutorial great! I went through most of the comments and noticed that many viewers seem to be beginners. Don't worry about them-they just want everything handed to them without making much effort.
I found the frames, arrows, colors, etc., really helpful in understanding the concepts. However, I have a suggestion that could improve the quality of the tutorials: I think it would be even better if you could keep everything as you're doing with the frames, arrows, colors, etc., and additionally show the file directory on the right side to better visualize the whole project structure. Additionally, showing the entire file and zooming in on the part you are working on would help us see exactly where we're working within the project.
Appreciate the effort! Regards!
Great, Thanks for you feedback, @whosml!
the code is not shows proper check video again many times the code is not shows proper ,
At 2:23 ... the create function calls TodoDB which does not exist in this scope. You forgot to add an import clause for the todo_db.dart file
Thank you, @wholesomeengraving! 🙂
It works!
This video is really helpful!
Thank you, @jatosalo5055! 🙂
No one ever covers this use case but what if you have objects for your properties that you want to use for your Database, I'm assuming you would need to create a DB for each of those objects right? THen how do you connect all of those together when you create your final table?
I guess you would simply create different tables in the same database
getting
Error: Bad state: databaseFactory not initialized
databaseFactory is only initialized when using sqflite. When using `sqflite_common_ffi`
You must call `databaseFactory = databaseFactoryFfi;` before using global openDatabase API
Thank you @rakeshsainiollosofttechnol7965, make sure to follow the tutorial step by step 🙂
Getting same error for me
Solved or not?
@
yes, tried many videos in youTube but same error is coming
Ive the exact same error
The video was so awesome but the only fact is that I have to difficulty of understand the accent of what he's saying😅
Plz consider that next time.
Thanks for the feedback, @moubiswasEdits! 🙂
worst experience half code is not seen and no source code . 14$ PAY then take great. very bad exp
Thanks, @sumit_onex! 🙂 we'll to improve our code quality as per your feedback
How about Hive in flutter ?? what different with that and this guys :3 and which is the most used :vv
Thank You @ka61er! Follow this link: blog.logrocket.com/comparing-hive-other-flutter-app-database-options/
I hope you will get your answer 🙂
thanks for Video i have a question when i run this app in my android emulator i every think it work good but when i generate my app and add notes the notes not shpoiwing in my screen can you help me pleas this problem is fro Hive and sqf lite
Thank you, @abdelilahhasnaoui7943! 🙂. Please try to provide enough details with your question.
Thank you for the video. Do you suggest SQL Lite over Hive/Isar? Why?
Thank you, @fardoche6! 🙂. They all have their own importance based on different circumstances.
the database exist but the table is not, and where did u invoked the get database?
Thank you, @ryanbaguio585! 🙂. Please try to provide enough details with your question.
At 8:03 WHere are you putting the ListTile? I am not really understanding that part
Hey @OnePieceGee 😀 it is added to todos_list.dart
@@HeyFlutter where exactly in the code? 😅 I can't seem to get the right placement
@@HeyFlutter Thank you. I found where to do it
3:20 created at line please
Thanks for the video. Please can you make a video about the relationship.
Thanks for the idea, @aptgetinstall5694! 🙂 I have added it to my list of ideas for future videos!
omg it's working - thank you so much
You are welcome, @Kapusta2022 😊
Why everything is so complicated in flutter?
Hey, @supremeleader5516 🙂 It's actually not when compared to other frameworks. If you are a beginner, things may seem little puzzled to you, but believe me you will get used to it.
Thank you for the video.
You are welcome, @omerkaraman2685!
how to download the .db file?
Thanks for the idea @devanodanendra5969 😀, i have added it in my list of future videos
Are you in rush?😐
Hey, @erfanfatahi9168 🙂 If you are finding the video too fast, you can adjust the playback speed. You can openly share your feedback how we can improve more.
that's what I do!
Are u ethiopian?
Thank you, @nathnaelgetachew7379! 🙂. I am from Germany
Thanks sir
You are welcome, @FarmanKhan-oc7uu 😊
You sound ethiopian are u ?
Thank you, @m_miko! 🙂. I am from Germany.
bro i was thinking the same thing haha anchi gn habesha nesh adele?
I was getting strong Grey Worm vibes (from Game of Thrones).
Nech man kmrrr😂@@connectbot3477
database!
Thank you, @giovannisardisco4541! 🙂
please leave teaching and start spoken english classes
Thanks for your feedback, @MechanicalEngineer751! 🙂
man, thats a worst accent
Thank you, @user-rn4ji4zt8h! 🙂. We are sorry for that, but we always learn and try to improve ourselves, you kind suggestion will help in that regard. Let us know what should we improve in our videos? Your suggestion will be highly appreciated.
Teaching that lacks professionalism.
Thank you, @smtwtfs_Kuroi! 🙂. We are sorry for that, but we always learn and try to improve ourselves, your kind suggestion will help in that regard. Let us know what should we improve in our videos? Your suggestion will be highly appreciated.