Aloïs Deniel

Results 92 comments of Aloïs Deniel

Oh sorry, I forgot to change the repository visibility. It should be accessible now! I've followed the same logic/structure as the style-dictionary code base which is a bit different from...

And what is your thought about adding icon vector tokens into Design Tokens as well?

It is very specific to Flutter, but I'm outputting [a path like that](https://github.com/aloisdeniel/style-dictionary-figma-flutter/blob/78fd331ba30c183529de52646a21aac842a07f36/example/lib/theme/data.g.dart#L320) from json entries like [this one](https://github.com/aloisdeniel/style-dictionary-figma-flutter/blob/78fd331ba30c183529de52646a21aac842a07f36/example/design/design-tokens-example.json#L1357). It is lot more performant than SVG assets for example. Theoretically,...

Yeah, definitely a must have for me too! C# has this since several years know for example. Gravity is a great project, I love its simplicity and I can imagine...

I need that too! :) It would be great.

I don't know, because the default value is `Brightness.system` which means that it is whether one or the other based on the system settings. I will think about adding an...

Yes, paths aren't implemented yet with css based engine. In the meantime, you can build against the skia based engine instead (that's what I did for the demo). To do...

During my last tests it worked only with CanvasKit in release mode (https://flutter-device-preview.firebaseapp.com/#/). Maybe a regression with latest versions?

Can you try the [prerelease](https://pub.dev/packages/device_preview/versions/0.5.0-prerelease.5) ? Since I updated the way the tree behaves, it may be better now.

You would like to have to zoom the entire device ? I already thought about that but it would be too complicated in my opinion since scroll behaviours would interfere...