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

Platformweb

The particle emitter runtime for the StageXL library.

12
likes
105/ 140
pub points
0%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL is insecure.

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

0/5 points: Provide a valid README.md

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

README.md:5:4

  ╷
5 │ <p><a href="http://www.stagexl.org/runtimes/particle_emitter.html">http://www.stagexl.org/runtimes/particle_emitter.html</a></p>
  │    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-2-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

65 out of 77 API elements (84.4 %) have documentation comments.

Some symbols that are missing documentation: stagexl_particle, stagexl_particle.ParticleEmitter, stagexl_particle.ParticleEmitter.EMITTER_TYPE_GRAVITY, stagexl_particle.ParticleEmitter.EMITTER_TYPE_RADIAL, stagexl_particle.ParticleEmitter.ParticleEmitter.

10/10 points: Package has 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_particle/stagexl_particle.dart that imports:
  • 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_particle/stagexl_particle.dart that imports:
  • 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_particle/stagexl_particle.dart that imports:
  • 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_particle/stagexl_particle.dart that imports:
  • 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_particle/stagexl_particle.dart that imports:
  • package:stagexl/stagexl.dart that imports:
  • package:stagexl/src/text.dart that imports:
  • package:stagexl/src/events.dart that imports:
  • dart:html
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 11 issues. Showing the first 2:

WARNING: The value of the field '_rotation' isn't used.

lib/src/particle.dart:12:7

   ╷
12 │   num _rotation = 0.0;
   │       ^^^^^^^^^
   ╵

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

WARNING: The value of the field '_rotationDelta' isn't used.

lib/src/particle.dart:13:7

   ╷
13 │   num _rotationDelta = 0.0;
   │       ^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/particle.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
stagexl ^2.0.0 2.2.0 2.2.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
meta - 1.14.0 1.14.0
petitparser - 6.0.2 6.0.2
xml - 6.5.0 6.5.0

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.3.3.

Check the analysis log for details.

12
likes
105
pub points
0%
popularity

Publisher

unverified uploader

The particle emitter runtime for the StageXL library.

Homepage

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

stagexl

More

Packages that depend on stagexl_particle