After desktop build application with flutter and sqflite the app run on my device but if i share it on other device the app not open the app on my pcthe app on my pc
Only use flutter and sqflite_common_ffi to save and retrieve data
After desktop build application with flutter and sqflite the app run on my device but if i share it on other device the app not open the app on my pcthe app on my pc
Only use flutter and sqflite_common_ffi to save and retrieve data
You're missing some necessary DLL in the folder, I fear. At least you need flutter_windows.dll, msvcp140.dll, vcruntime140.dll and vcruntime140_1.dll.
See here
Also, if you're using sql_common_ffi, you need sqlite3.dll.
See here