I realized that it is possible to integrate Flutter with MySQL in at least two ways: 1. Using JSON; or 2. Plug ins like MySQL1 or MySQL_client.
Knowing this, suddenly It just came me up two questions might help someone’s decision making:
Question 1 => For those who are going to face this type of scenario (developing an app that will handle data from a MySQL server) in several projects, what are the positive and negative aspects of adopting one of the two ways?
Question 2 => For this scenario or even variations such as integration with other database servers (for example PostgreSQL, MS SQL, etc.) would there ultimately be a decision in favor of JSON or any package?