Search code examples
flutterdartsqflite

Sqflite Database Exception Flutter


I asked a similar question yesterday, but I still couldn't solve my problem. I am sharing the problem as a photo. How can I solve this?enter image description here

I also use this function with button. enter image description here


Solution

  • I'd say it's because your strings aren't enclosed in ' or ": it's always better to wrap them to avoid errors. Try changing the query into [...] VALUES ("erol", "bascifci", "erolbascifci@gmail.com", "testtesttest")