Skip to content
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

Export Binary Or Json - Flutter #199

Open
mano290 opened this issue Dec 3, 2019 · 3 comments
Open

Export Binary Or Json - Flutter #199

mano290 opened this issue Dec 3, 2019 · 3 comments

Comments

@mano290
Copy link

mano290 commented Dec 3, 2019

Hello guys,

Which format is better to export? Binary or Json for app in Flutter..

2019-12-03-00-15-www 2dimensions com

Thank

@umberto-sonnino
Copy link
Contributor

Either will work with Flutter. It depends on your needs, Binary data is more compact but mostly unreadable.
If you want to take a look at the Flare format and make small adjustments like changing a color, use JSON.

@mano290
Copy link
Author

mano290 commented Dec 3, 2019

Either will work with Flutter. It depends on your needs, Binary data is more compact but mostly unreadable.
If you want to take a look at the Flare format and make small adjustments like changing a color, use JSON.

Thanks for answering...

But my question is about performance, is binary better than JSON? Is reading faster? Or do they both perform the same?

@samster1990
Copy link

Hi, I have one question related to the same export. Is there any loss of style when you export in Binary. One of my design layers which had blur style got exported as a flat layer in binary.
Any idea what might be the reason?
And is there any way to control the styling of the layers in flutter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants