1

am trying to build an flutter standalone desktop application which should use local database for storing and manipulating data.

how can i achieve this result?

i have used mysql_utils package, but some developers say that its not good to directly manipulating data without apis.

any methods without using apis are also accepted..

i've researched and got to know that you could connect to local mysql database by creating apis using php, can you show a process step by step? am intermediate at flutter app developement but new to php and mysql.

mayur acharya
  • 21
  • 1
  • 8

1 Answers1

0

use galileo_sqljocky5 and follow this method to directly access local mysql database. its working very well.

mayur acharya
  • 21
  • 1
  • 8