mark-nicepants / figma2flutter

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

Use recase instead of custom method #7

Closed stongef-sonepar closed 8 months ago

stongef-sonepar commented 8 months ago

Instead of using a custom string extensions that is error prone, use package recase which handles more complex cases.

Issue : #6

freemansoft commented 8 months ago

This PR should have probably come from a branch other than main in the stongef-sonepar fork.