Flutter
This template helps you generate your design tokens in a dart file and icons as SVG files.
This example uses the following parsers:
to-flutter to generate your design tokens as dart files
svgo to optimize and generate icons as SVG files
If you use the CLI, you need to fill three properties:
repository
is@organization/repository
personalAccessToken
which you can generate in your account settingsrules
are where you provide parsers and compatible options
Last updated