conceptadev / mix

A styling system for Flutter
https://fluttermix.com
BSD 3-Clause "New" or "Revised" License
610 stars 38 forks source link

Add Support for Custom Tokens in Mix Framework #535

Open tilucasoli opened 2 days ago

tilucasoli commented 2 days ago

Description:

The Mix framework currently supports five built-in tokens. To enable developers to create and use custom tokens, like iconSize, Animation duration and curve. This task aims to design and implement a solution for adding and managing custom tokens seamlessly.

User Story:

As a developer using Mix, I want to define custom tokens like iconSize and Animation duration so that I can standardize icon sizes and animation duration in my projects.

Acceptance Criteria

Resources:

Work Items