figma_puller 1.0.1 copy "figma_puller: ^1.0.1" to clipboard
figma_puller: ^1.0.1 copied to clipboard

A Dart package to import design tokens and assets from Figma files

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate figma_puller

Use it

The package has the following executables:

$ figma_pull

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add figma_puller

With Flutter:

 $ flutter pub add figma_puller

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

dependencies:
  figma_puller: ^1.0.1

Alternatively, your editor might support dart pub get or 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_puller/figma_puller.dart';
3
likes
140
points
32
downloads

Publisher

verified publisherlanha.space

Weekly Downloads

A Dart package to import design tokens and assets from Figma files

Repository (GitHub)
View/report issues

Topics

#figma #design-tokens #dart #importer #assets

Documentation

API reference

License

MIT (license)

Dependencies

args, crypto, http, io, path

More

Packages that depend on figma_puller