Excuse me asking maybe silly/dumb
I'm Rookie self-taught developer
I trying to get my flutter app to work with my PostgreSQL database
Unforturnly I couldn't find anything related to Getting Flutter and postgreSQl to work togeather
All I can find is using Aqueduct a dart package which I was not able to install
https://medium.com/flutterpub/flutter-how-to-do-crud-with-postgresql-part-1-57d8d3652a31
as they couldn't find a library to install Aqueduct
Is there any other way I could get Flutter work with PostgreSQL?
Or there a way I could get Aqueduct to work?
Greatly appreciate your help in this.