figma_client 1.0.0 copy "figma_client: ^1.0.0" to clipboard
figma_client: ^1.0.0 copied to clipboard

A Figma API wrapper library for interacting with Figma documents, written in pure Dart.

125/ 160
pub points
59
downloads

We analyzed this package 12 days ago, and awarded it 125 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
15 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

No `CHANGELOG.md` found.

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

666 out of 935 API elements (71.2 %) have documentation comments.

Some symbols that are missing documentation: figma_client.$ArcDataCopyWith, figma_client.$BooleanOperationCopyWith, figma_client.$CanvasCopyWith, figma_client.$ColorCopyWith, figma_client.$ColorStopCopyWith.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:figma_client/figma_client.dart that imports:
  • package:figma_client/src/client.dart that imports:
  • package:http2/http2.dart that imports:
  • package:http2/transport.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:figma_client/figma_client.dart that imports:
  • package:figma_client/src/client.dart that imports:
  • package:http2/http2.dart that imports:
  • package:http2/transport.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: Angle brackets will be interpreted as HTML.

lib/src/query.dart:35:27

   ╷
35 │   /// possible instead of <mask>. Default: true.
   │                           ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/query.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
collection ^1.17.1 1.19.1 1.19.1
copy_with_extension ^5.0.0 5.0.4 10.0.1
equatable ^2.0.5 2.0.7 2.0.7
http ^1.0.0 1.5.0 1.5.0
http2 ^2.0.1 2.3.1 2.3.1
json_annotation ^4.8.0 4.9.0 4.9.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
http_parser - 4.1.2 4.1.2
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^5.0.0` on copy_with_extension does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions copy_with_extension to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.23, Dart 3.9.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
125
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A Figma API wrapper library for interacting with Figma documents, written in pure Dart.

Documentation

API reference

License

MIT (license)

Dependencies

collection, copy_with_extension, equatable, http, http2, json_annotation

More

Packages that depend on figma_client