Great there are very less tutorials of desktop apps using Flutter please keep making more 🙏💙
@zaitoontech Жыл бұрын
Sure 😊, share and subscribe plz
@warhammer5673 Жыл бұрын
Great! Is there a way to make this run on a browser for easier testing? I got lost somewhere around the 34:30 mark because I was running/testing the code on a browser. When I debugged the app I got all sorts of errors. It was only after several hours that I realized that I should have run/tested the code by compiling to windows. 😅
@zaitoontech Жыл бұрын
add this package in your dependency ( sqflite_common_ffi_web ) instead of sqflite_common_ffi for more details pub.dev/packages/sqflite_common_ffi_web
@HamishaTabibzada Жыл бұрын
Nice tutorial
@hadikhalifeh4680 Жыл бұрын
Nice, but what about logout and to save for each time to open the app directly show the home page with sqflite. Any idea ?
@zaitoontech Жыл бұрын
Check my channel I have done ✅ login, sign up, remember me and user profile in mobile app with Sqflite, both desktop app and mobile are same just the connection packages are different.
@anonimanonim1223 Жыл бұрын
Thank You very much for this tutorial. One question. Will it also work in the browser, as the website? Thank You again for your time.
@zaitoontech Жыл бұрын
pub.dev/packages/sqflite_common_ffi_web
@zaitoontech Жыл бұрын
use this package for web application
@anonimanonim1223 Жыл бұрын
@@zaitoontechThank You. Could you, please do a tutorial on how to add this package, so this project will also work as a website?
@zaitoontech Жыл бұрын
@@anonimanonim1223 you can just replace the package name in pubspec.yaml or run this command in your terminal "flutter pub add Sqflite_common_ffi_web"
@anonimanonim1223 Жыл бұрын
Great, Thank You, I will do that. @@zaitoontech
@subhamroy5368 Жыл бұрын
Hey Basir, instead of the speed coding, can you please explain the code while typing?