I have searched for material like this, which allows me to confidently begin my tests and learning. Thank you for sharing this valuable material and your great kindness. Blessings forever. 👏
@JayKumar-tk7ee check my videos list, I made a tutorial "How to make flutter desktop app .exe", make sure you have the latest flutter version installed.
Sqlite stores maximum 2GB data, and you can add an image path to Sqlite, take an image path using image picker and store it in Sqlite as a TEXT, then show it using File.
If you have multiple images, you need to store the image path in the database and the file itself to the device, it's good practice rather than storing in the database. You can use an image picker to take the image and store the image.path to SQLite database and then show it as string using a Image widget.
If you want to test, you need to run the app on the windows, not using a browser. Using the web plugin, there is a different approach that I didn't test yet.
We find tutorials here that no one has ever made in such a quality, bravo
I have searched for material like this, which allows me to confidently begin my tests and learning. Thank you for sharing this valuable material and your great kindness. Blessings forever. 👏
Best of luck
We appreciate for such incredible tutorial regarding Flutter SQLite Desktop App, I couldn't find one in TH-cam, thanks
🙏
There are very few tutorials on Flutter desktop apps thanks for making such amazing tutorials kudos to your efforts 🙏
🙏
We are waiting for your videos👍
So thanks 😊 my teacher, it was so useful for me ❤
Great tutorial awesome
This is gem 💎
🙏
So useful tutorial
🙏
Thank you for those helping videos ❤❤❤❤
Please make a video to Scan QR Code in Flutter Desktop Application ❤❤
brother can you make complete tutorials on how to develop pos cross platform application using database
@@Ninja-YT2126 Good idea 💡
@@zaitoontech hope you will work on it and provide us quality material as early as possible. Yasir zoee from UAE
How to deploy flutter desktop app in window, I am using SQflite_common_ffi package for database.
@JayKumar-tk7ee check my videos list, I made a tutorial "How to make flutter desktop app .exe", make sure you have the latest flutter version installed.
Hi bro thanks for sharing, can you make tutorial consuming API in destkop app with flutter?
Sure
if want to add user images also then how to do it...? add user with user image.. aur isme kitna data store ho sakta hai
Sqlite stores maximum 2GB data, and you can add an image path to Sqlite, take an image path using image picker and store it in Sqlite as a TEXT, then show it using File.
In the future, I'll show it with a tutorial.
how to build it in release mode the sqflite is not working in release mode
please make a tutorial on that too.
I will investigate
@@zaitoontech thanks and please make a video
@@himanshuchaurasiya024 sure
851 Wilderman Way
?
Great, thanks
🙏
why i can't see anything in the 17th minute ?
@@fabricejoseph9251 check source code link in the description
@@zaitoontech thank you, it work now 😊
hi how to save image into sqflit ❤❤❤❤
If you have multiple images, you need to store the image path in the database and the file itself to the device, it's good practice rather than storing in the database. You can use an image picker to take the image and store the image.path to SQLite database and then show it as string using a Image widget.
Sir please provide source code
Check the description
github.com/basirkhan1995/desktop_sqlite_crud
sir please tell me why this error is comeing
Rejecting promise with error: Unsupported operation: Unsupported on the web, use sqflite_common_ffi_web
pub.dev/packages/sqflite_common_ffi_web
Use this package for web app
@@zaitoontech i have the same error. Used the package you indicated and the error remains.
If you want to test, you need to run the app on the windows, not using a browser.
Using the web plugin, there is a different approach that I didn't test yet.