A MySQL driver for the Dart programming language. Works on Flutter and on the server. This library aims to provide an easy to use interface to MySQL. mysql1 originated as a fork of the SQLJocky driver.
Read moreCan Android connect MySQL?
Android – Connecting MYSQL setURI(new URI(link)); After that you need to call execute method of HttpClient class and receive it in a HttpResponse object . After that you need to open streams to receive the data.
Read more