Posts by Localiza Med • 39 points
4 posts
-
0
votes1
answer1814
viewsQ: Keep login active on flutter
I want when the user logs in, even if the application is still logged in. I am using an own api made in Nodejs. Through my researches I saw that you can do this using the plugin Sharedpreferences.…
-
2
votes1
answer455
viewsQ: Flutter does not return images from api
I’m trying to get the images from mongodb database, via api I did in nodejs, but it doesn’t work at all, and still presents this error here. Invalid argument(s): No host specified in URI…
-
0
votes1
answer309
viewsQ: Add images to mongodb via api using Postman
Good morning, I’m building an api on nodejs to access mongodb. I want to add images in this database and return the path of this image to my android application. I want to store the images directly…
-
0
votes1
answer1226
viewsQ: Return a list of flutter cards
I’m trying to return a list of cards according to the data I have in the database. For example, if I have three documents in the bank, then the application has to create three cards, and so on. The…