figma_theme_generator 0.1.8 copy "figma_theme_generator: ^0.1.8" to clipboard
figma_theme_generator: ^0.1.8 copied to clipboard

Generate themes from Figma styles.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add figma_theme_generator
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  figma_theme_generator: ^0.1.8
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:figma_theme_generator/figma_theme_generator.dart';
copied to clipboard
4
likes
30
points
57
downloads

Publisher

verified publisheraloisdeniel.com

Weekly Downloads

2024.10.07 - 2025.04.21

Generate themes from Figma styles.

Repository (GitHub)

License

MIT (license)

Dependencies

analyzer, build, code_builder, dart_style, figma, figma_theme, flutter, meta, recase, source_gen

More

Packages that depend on figma_theme_generator