Home > Blockchain >  MissingPlginException sqflite flutter
MissingPlginException sqflite flutter

Time:07-29

there is no problem when I run it on my own phone, but when I ctrl f5 with windows and emulator, I got such an error. It worked when I uninstalled the app from the emulator and ran it again. Why did this happen and how do I solve it in windows? enter image description here

CodePudding user response:

You use this package pub.dev/packages/sqflite that doesn't support Windows application right now.

  • Related