figma_puller 1.0.1
figma_puller: ^1.0.1 copied to clipboard
A Dart package to import design tokens and assets from Figma files
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2025-08-27 #
Changed #
- Updated README with improved usage instructions and clearer setup steps
1.0.0 - 2025-08-27 #
Added #
- Initial release of Figma Importer
- Extract colors from Figma color styles
- Extract icons from Figma components
- Generate Flutter-compatible Dart code
- CLI tool
figma_pull
with comprehensive options - Support for categorized output files
- Flutter theme extension generation
- Icon widget helpers generation
- Comprehensive documentation and examples
- Error handling and validation
- Support for SVG and PNG icon formats
- Automatic asset management
- String utilities for proper Dart naming conventions
Features #
- Color Extraction: Pull color styles from Figma and generate Flutter Color constants
- Icon Extraction: Download SVG/PNG icons and generate asset references
- Code Generation: Automatically generate organized Dart files
- CLI Interface: Easy-to-use command-line tool
- Flutter Integration: Theme extensions and widget helpers
- Categorization: Organize colors and icons logically
- Programmatic API: Use the package directly in Dart code