manim_web 1.2.3 copy "manim_web: ^1.2.3" to clipboard
manim_web: ^1.2.3 copied to clipboard

Platformweb

Manim animation engine, for the web.

4
likes
100/ 160
pub points
55
downloads

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

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

Failed check 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 50 to 180 characters to describe the package, what it does, and its target use case.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/manim-web/manim-web/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

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

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

128 out of 1488 API elements (8.6 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: animation, animation.Animation, animation.Animation.Animation.fromCopy, animation.Animation.Animation.new, animation.Animation.begin.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 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:manim_web/display/abstract_html_display.dart that imports:
  • package:manim_web/renderer/canvas_2d_renderer.dart that imports:
  • dart:html
Package not compatible with platform iOS

Because:

  • package:manim_web/display/abstract_html_display.dart that imports:
  • package:manim_web/renderer/canvas_2d_renderer.dart that imports:
  • dart:html
Package not compatible with platform Windows

Because:

  • package:manim_web/display/abstract_html_display.dart that imports:
  • package:manim_web/renderer/canvas_2d_renderer.dart that imports:
  • dart:html
Package not compatible with platform Linux

Because:

  • package:manim_web/display/abstract_html_display.dart that imports:
  • package:manim_web/renderer/canvas_2d_renderer.dart that imports:
  • dart:html
Package not compatible with platform macOS

Because:

  • package:manim_web/display/abstract_html_display.dart that imports:
  • package:manim_web/renderer/canvas_2d_renderer.dart that imports:
  • dart:html

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:manim_web/display/abstract_html_display.dart that imports:
  • package:manim_web/renderer/canvas_2d_renderer.dart that imports:
  • dart:html

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.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 32 issues. Showing the first 2:

WARNING: Unused import: 'package:args/args.dart'.

bin/commands/dev.dart:3:8

3import 'package:args/args.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze bin/commands/dev.dart

WARNING: Unused import: '../helpers/files.dart'.

bin/commands/dev.dart:10:8

10import '../helpers/files.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze bin/commands/dev.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
args ^2.2.0 2.7.0 2.7.0
collection ^1.15.0 1.19.1 1.19.1
html ^0.15.0 0.15.5+1 0.15.5+1
path ^1.8.0 1.9.1 1.9.1
process_run ^0.12.1+1 0.12.5+3 1.2.4
tuple ^2.0.0 2.0.2 2.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
charcode - 1.4.0 1.4.0
csslib - 1.0.2 1.0.2
meta - 1.16.0 1.16.0
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.3.1 3.3.1
term_glyph - 1.2.2 1.2.2
yaml - 3.1.3 3.1.3

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

The constraint `^0.12.1+1` on process_run does not support the stable version `0.13.0`.

Try running dart pub upgrade --major-versions process_run 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.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 18Aug 15Sep 12Oct 10Nov 7Dec 5Jan 2Jan 30Feb 27Mar 27051015202530>=1.0.0-0 <2.0.0
4
likes
100
points
55
downloads

Publisher

verified publishermanim-web.hugos29.dev

Weekly Downloads

2024.10.03 - 2025.04.17

Manim animation engine, for the web.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, collection, html, path, process_run, tuple

More

Packages that depend on manim_web