-
Notifications
You must be signed in to change notification settings - Fork 557
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
How can we add Flutter support #288
Comments
I think Flutter would be great to have! You can take a look at this pull request about adding Swift support for inspiration on how to build in flutter support. |
I added flutter support on our internal tool that uses style-dictionary's npm module, it was based on swift implementation. Can I try to send a PR? |
@MDemetrio absolutely! |
Let us know if you need help pulling the PR together - we would love to have your contribution! |
Based on swift implementation ( #255 ), it adds swift transforms, transformGroups, formats, and example: * flutter/class.dart format * flutter and flutter-separate transformGroups * color/hex8flutter, content/flutter/literal, asset/flutter/literal, font/flutter/literal, and size/flutter/remToDouble transforms * advanced/flutter example fixes #288 Co-authored-by: MDemetrio <mdemetrio@gmail.com> Co-authored-by: Danny Banks <djb@amazon.com>
We are developing in Flutter and our designer works in Sketch and started using style-dictionary but we dont see a Flutter transformer.
We were wondering if there is enough interesting for a Flutter transformer and what are the required steps
The text was updated successfully, but these errors were encountered: