Skip to content

iamsecy/figma

This branch is 69 commits behind arnemolland/figma:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

50aac91 · Mar 17, 2022

History

20 Commits
May 23, 2021
May 27, 2021
May 23, 2021
May 23, 2021
Mar 17, 2022
Jan 25, 2022
May 23, 2021
Jan 25, 2022
May 23, 2021
May 27, 2021
Jun 16, 2021
Jan 25, 2022

Repository files navigation

figma

figma pub style: pedantic license

A library for interacting with Figma APIs.

Created from templates made available by Stagehand under a BSD-style license.

Usage

A simple usage example:

import 'package:figma/figma.dart';

main() {
  final client = FigmaClient('token');

  final file = await client.getFile('file_key');
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

Figma API client written in pure Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%