boomsheets 1.0.4 copy "boomsheets: ^1.0.4" to clipboard
boomsheets: ^1.0.4 copied to clipboard

Boomsheets Dart implementation over YES spec empowers programmers to read the animation documents generated by the Boomsheets tool. The document format is humand-readable since the YES spec promotes e [...]

0
likes
85/ 160
pub points
4%
popularity

We analyzed this package 2 hours ago, and awarded it 85 pub points (of a possible 160):

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

0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

5/10 points: Use an OSI-approved license

Detected license: CDDL-1.1.

The following license are not OSI-approved: `CDDL-1.1`.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

failed
Provide documentation
10 / 20trigger folding of the section

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

30 out of 79 API elements (38.0 %) have documentation comments.

Some symbols that are missing documentation: boomsheets, boomsheets.Anim.attrs, boomsheets.Anim.keyframes, boomsheets.Anim.name, boomsheets.Anim.totalDuration.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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:boomsheets/boomsheets.dart that imports:
  • package:yes_parser/yes_parser.dart that imports:
  • package:yes_parser/src/yes_parser_base.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 13 issues. Showing the first 2:

ERROR: The named parameter 'onComplete' isn't defined.

lib/src/document_reader.dart:64:32

   ╷
64 │     YesParser.fromString(body, onComplete: reader._process);
   │                                ^^^^^^^^^^
   ╵

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

ERROR: The named parameter 'onComplete' isn't defined.

lib/src/document_reader.dart:75:40

   ╷
75 │     final p = YesParser.fromFile(file, onComplete: reader._process);
   │                                        ^^^^^^^^^^
   ╵

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

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
yes_parser ^1.0.4 1.0.5 1.0.5

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

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.13, Dart 3.5.3.

Check the analysis log for details.

0
likes
85
pub points
4%
popularity

Publisher

unverified uploader

Boomsheets Dart implementation over YES spec empowers programmers to read the animation documents generated by the Boomsheets tool. The document format is humand-readable since the YES spec promotes easy access and editing.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

CDDL-1.1 (license)

Dependencies

yes_parser

More

Packages that depend on boomsheets