Make mssql_connection library work on iOS in a Flutter app?
I’m developing a Flutter app for both Android and iOS. I’m using the mssql_connection library to connect to my SQL Server database, which has a public IP. The library works fine on Android, but when testing on iOS, the mssql_connection library doesn’t work as expected.
How to make mssql_connection library work on iOS in a Flutter app?
`I’m developing a Flutter app for both Android and iOS. I’m using the mssql_connection library to connect to my SQL Server database, which has a public IP. The library works fine on Android, but when testing on iOS, the mssql_connection library doesn’t work as expected.