isoos / postgresql-dart

Dart PostgreSQL driver: supports extended query format, binary protocol and statement reuse.
https://pub.dev/packages/postgres
BSD 3-Clause "New" or "Revised" License
128 stars 35 forks source link

this package dont working in flutter ! #334

Closed abduraimovdev closed 4 months ago

abduraimovdev commented 5 months ago

this package dont working in flutter !

isoos commented 5 months ago

First, please note that it is not recommended that you store database credentials in a mobile app. Your database will get compromised.

Second, to connect to a postgres database from android, you need extra permissions: https://developer.android.com/develop/connectivity/network-ops/connecting I don't know the details, but I imagine you may need similar thing for ios apps too.

Lastly, please provide details in any bug report, otherwise nobody will be able to help you.