mark-nicepants / figma2flutter

Converts design token json files to flutter
Apache License 2.0
17 stars 16 forks source link

[FEATURE REQUEST] Explore using ThemeExtension instead of custom Tokens #36

Open frederikstonge opened 1 week ago

frederikstonge commented 1 week ago

It would be nice to explore the possibility to use ThemeExtension instead of the custom tokens we have right now (however it will only be compatible with MaterialApp).

https://medium.com/@alexandersnotes/flutter-custom-theme-with-themeextension-792034106abc#24f8