-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background Color #5
Comments
@gaznerviozzo can you please elaborate on this? |
Oh yes sorry for the short description. I added a background color selector: But when i save the avatar, background color is not exported with the rest of the avatar: I think the backgroundColor property of the CircleAvatar is not valid
|
When you save, the If the background color attribute you've added is not being saved, it's most likely because you aren't actually saving it in the first place , in a map that looks like this - {
'backgroundColor': <value>,
'topType': 24,
'accessoriesType': 0,
'hairColor': 1,
'facialHairType': 0,
'facialHairColor': 1,
'clotheType': 4,
'eyeType': 6,
'eyebrowType': 10,
'mouthType': 8,
'skinColor': 3,
'clotheColor': 8,
'style': 0,
'graphicType': 0
} You should also update the These steps are needed as the above variables are define the whole structure of the fluttermoji. |
Can export the background color with the rest of SVG items?
Thanks
The text was updated successfully, but these errors were encountered: