I have, let's say 50 pictures and need to allow user to choose a single picture.
This is the way I tried and failed to get it work. I'm sure there is a better way to do it:
1) So, I uploaded 50 pictures as Assets and created avatar collection with the list of file names.
2) the GridView widget with the query of the collection does not allow me to show the assets
Not by using the Network img source neither by using Asset source
So, my only resort to make this work is to store pictures externally, like Firestore or S3
What is best way to do it?