SonerB
SonerB

Reputation: 43

MissingPlginException sqflite flutter

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

Upvotes: 0

Views: 95

Answers (1)

igdmitrov
igdmitrov

Reputation: 546

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

Upvotes: 1

Related Questions