https://github.com/yelmuratoff/figma_flart
https://github.com/yelmuratoff/figma_flart
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yelmuratoff/figma_flart
- Owner: yelmuratoff
- License: mit
- Created: 2024-09-07T13:53:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T12:19:45.000Z (7 months ago)
- Last Synced: 2025-02-16T08:28:09.041Z (4 months ago)
- Language: TypeScript
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Flart: Flutter / Dart generator
## Problem
The process of translating text styles and colors from Figma to Flutter can lead to several issues, including:
- The need for manual conversion of Figma text styles into Flutter code
- Increased risk of inconsistencies between the design files and the implemented application
- Manual conversion often results in code duplication
- Errors such as incorrect values, typos, or missing styles can occur, which can be costly and time-consuming to fix
- Every time a designer updates a text style in Figma, developers must manually update the corresponding code, which is both inefficient and prone to errors## Solution
Automating the conversion process eliminates these issues, making the design-to-code workflow more efficient, accurate, and consistent.
### TODO
- [x] Tokens/Variables
- [x] Text decoration
- [x] Letter spacing
- [x] Line height.