stagexl 2.2.0 copy "stagexl: ^2.2.0" to clipboard
stagexl: ^2.2.0 copied to clipboard

Platformweb

A fast and universal 2D rendering engine for HTML5 and Dart.

36
likes
100/ 140
pub points
63%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

Homepage URL is insecure.

Update the homepage field and use a secure (https) URL.

Documentation URL is insecure.

Update the documentation field and use a secure (https) URL.

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 5 links are insecure.

README.md:38:28

   ╷
38 │ <li>StageXL StackOverflow: <a href="http://stackoverflow.com/questions/ask?tags=stagexl">http://stackoverflow.com/questions/ask?tags=stagexl</a></li>
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

0/5 points: Provide a valid CHANGELOG.md

Links in `CHANGELOG.md` should be secure. 1 link is insecure.

CHANGELOG.md:8:28

  ╷
8 │ <li>StageXL StackOverflow: <a href="http://stackoverflow.com/questions/ask?tags=stagexl">http://stackoverflow.com/questions/ask?tags=stagexl</a></li>
  │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

10/10 points: Use an OSI-approved license

Detected license: BSD-2-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

689 out of 2274 API elements (30.3 %) have documentation comments.

Some symbols that are missing documentation: stagexl, stagexl.AggregateError.errors, stagexl.AggregateError.message, stagexl.AlphaMaskFilter, stagexl.AlphaMaskFilter.AlphaMaskFilter.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Web

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:stagexl/stagexl.dart that imports:
  • package:stagexl/src/text.dart that imports:
  • package:stagexl/src/events.dart that imports:
  • dart:html
Package not compatible with platform iOS

Because:

  • package:stagexl/stagexl.dart that imports:
  • package:stagexl/src/text.dart that imports:
  • package:stagexl/src/events.dart that imports:
  • dart:html
Package not compatible with platform Windows

Because:

  • package:stagexl/stagexl.dart that imports:
  • package:stagexl/src/text.dart that imports:
  • package:stagexl/src/events.dart that imports:
  • dart:html
Package not compatible with platform Linux

Because:

  • package:stagexl/stagexl.dart that imports:
  • package:stagexl/src/text.dart that imports:
  • package:stagexl/src/events.dart that imports:
  • dart:html
Package not compatible with platform macOS

Because:

  • package:stagexl/stagexl.dart that imports:
  • package:stagexl/src/text.dart that imports:
  • package:stagexl/src/events.dart that imports:
  • dart:html
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 163 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/src/animation/animatable.dart:1:1

  ╷
1 │ part of stagexl.animation;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: The part-of directive uses a library name.

lib/src/animation/animation_chain.dart:1:1

  ╷
1 │ part of stagexl.animation;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest
xml >=6.3.0 <7.0.0 6.5.0 6.5.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
meta - 1.15.0 1.15.0
petitparser - 6.0.2 6.0.2

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

Analyzed with Pana 0.22.3, Dart 3.4.1.

Check the analysis log for details.

36
likes
100
pub points
63%
popularity

Publisher

unverified uploader

A fast and universal 2D rendering engine for HTML5 and Dart.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-2-Clause (LICENSE)

Dependencies

xml

More

Packages that depend on stagexl