Why won't my mysql1 queries in dart return any results?
I have recently started developing a flutter/dart project getting some basic pages set up and navigation. I have a MySQL database that I would like to incorporate and I found the mysql1 package to help me do this. I've imported…