Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
92 contributions in the last year
Contribution activity
September - October 2020
August 2020
Created an issue in adamlofts/mysql1_dart that received 1 comment
Unhandled Exception: SocketException: Connection failed (OS Error: Operation not permitted, errno = 1), address = localhost, port = 3306
when I use it on mac with the flutter.
var settings = new ConnectionSettings( host: 'localhost', port: 3306, user: 'xxxx', password: 'xxx', db: 'xx…

