We find tutorials here that no one has ever made in such a quality, bravo
@PericoPerez-g8h11 ай бұрын
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. 👏
@zaitoontech11 ай бұрын
Best of luck
@MahmoodHeydari-z7f Жыл бұрын
We appreciate for such incredible tutorial regarding Flutter SQLite Desktop App, I couldn't find one in KZbin, thanks
@zaitoontech Жыл бұрын
🙏
@manohar.acharya Жыл бұрын
There are very few tutorials on Flutter desktop apps thanks for making such amazing tutorials kudos to your efforts 🙏
@zaitoontech Жыл бұрын
🙏
@HamishaHashimi Жыл бұрын
We are waiting for your videos👍
@eng_musawer7 ай бұрын
So thanks 😊 my teacher, it was so useful for me ❤
@TAHERHASHEMI-s9n Жыл бұрын
Great tutorial awesome
@ramendrasoni33687 ай бұрын
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
@zaitoontech7 ай бұрын
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.
@zaitoontech7 ай бұрын
In the future, I'll show it with a tutorial.
@metaverseworld361910 ай бұрын
Thank you for those helping videos ❤❤❤❤
@JayKumar-tk7ee4 ай бұрын
How to deploy flutter desktop app in window, I am using SQflite_common_ffi package for database.
@zaitoontech4 ай бұрын
@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.
@Ninja-YT21262 ай бұрын
brother can you make complete tutorials on how to develop pos cross platform application using database
@zaitoontech2 ай бұрын
@@Ninja-YT2126 Good idea 💡
@Ninja-YT21262 ай бұрын
@@zaitoontech hope you will work on it and provide us quality material as early as possible. Yasir zoee from UAE
@HamishaTabibzada Жыл бұрын
So useful tutorial
@zaitoontech Жыл бұрын
🙏
@bitcoinofficial8926 Жыл бұрын
This is gem 💎
@zaitoontech Жыл бұрын
🙏
@baderuu10 ай бұрын
Hi bro thanks for sharing, can you make tutorial consuming API in destkop app with flutter?
@zaitoontech10 ай бұрын
Sure
@metaverseworld361910 ай бұрын
Please make a video to Scan QR Code in Flutter Desktop Application ❤❤
@himanshuchaurasiya024 Жыл бұрын
how to build it in release mode the sqflite is not working in release mode please make a tutorial on that too.
@zaitoontech Жыл бұрын
I will investigate
@himanshuchaurasiya024 Жыл бұрын
@@zaitoontech thanks and please make a video
@zaitoontech Жыл бұрын
@@himanshuchaurasiya024 sure
@fabricejoseph92514 ай бұрын
why i can't see anything in the 17th minute ?
@zaitoontech4 ай бұрын
@@fabricejoseph9251 check source code link in the description
@fabricejoseph92514 ай бұрын
@@zaitoontech thank you, it work now 😊
@wazhmahashimi625 Жыл бұрын
Great, thanks
@zaitoontech Жыл бұрын
🙏
@khalilarman120211 ай бұрын
hi how to save image into sqflit ❤❤❤❤
@zaitoontech11 ай бұрын
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.
@ChaplinBill4 ай бұрын
851 Wilderman Way
@zaitoontech4 ай бұрын
?
@masterincomputerapplicatio4102 Жыл бұрын
Sir please provide source code
@zaitoontech Жыл бұрын
Check the description
@zaitoontech Жыл бұрын
github.com/basirkhan1995/desktop_sqlite_crud
@masterincomputerapplicatio4102 Жыл бұрын
sir please tell me why this error is comeing Rejecting promise with error: Unsupported operation: Unsupported on the web, use sqflite_common_ffi_web
@zaitoontech Жыл бұрын
pub.dev/packages/sqflite_common_ffi_web
@zaitoontech Жыл бұрын
Use this package for web app
@eltonmirona72137 ай бұрын
@@zaitoontech i have the same error. Used the package you indicated and the error remains.
@zaitoontech7 ай бұрын
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.