You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is a need for administrators in my app to select one of the illustrations as part of a category Eg. The category is "Painting" and admin select UnDrawIllustration.making_art image from a grid view and the choice will be converted into a string like UnDrawIllustration.making_art.toString() and convert back to UnDrawIllustration.
Describe the solution you'd like
Able to get a list of illustrations like List<UnDrawIllustration> and display it on a grid view. It'd be great too if it is possible to convert string to UnDrawIllustration like UnDrawIllustration.parse()
Describe alternatives you've considered
Download all the svg and store them in Firestore
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is a need for administrators in my app to select one of the illustrations as part of a category Eg. The category is "Painting" and admin select
UnDrawIllustration.making_art
image from a grid view and the choice will be converted into a string likeUnDrawIllustration.making_art.toString()
and convert back to UnDrawIllustration.Describe the solution you'd like
Able to get a list of illustrations like
List<UnDrawIllustration>
and display it on a grid view. It'd be great too if it is possible to convert string to UnDrawIllustration likeUnDrawIllustration.parse()
Describe alternatives you've considered
Download all the svg and store them in Firestore
The text was updated successfully, but these errors were encountered: