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
15
downloads

We analyzed this package 26 hours 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

Passed 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
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 11.0.0
equatable ^2.0.5 2.0.8 2.0.8
http ^1.0.0 1.6.0 1.6.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.23.5, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
125
points
15
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