goo2d_physics_box2d 0.1.1
goo2d_physics_box2d: ^0.1.1 copied to clipboard
2D physics for the good game engine: bodies, colliders, all nine joints, effectors, and raycast and overlap queries, stepped in the game isolate and solved across threads.
We analyzed this package 45 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
105 out of 146 API elements (71.9 %) have documentation comments.
Some symbols that are missing documentation: goo2d_physics_box2d.AreaEffector.AreaEffector.new, goo2d_physics_box2d.AreaEffector.forceX, goo2d_physics_box2d.AreaEffector.forceY, goo2d_physics_box2d.AreaEffector.torque, goo2d_physics_box2d.Box2DPhysicsSystem.Box2DPhysicsSystem.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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 does not support platform `Web`.
Because:
package:goo2d_physics_box2d/goo2d_physics_box2d.dartthat imports:package:goo2d_physics_box2d/src/rigid_body.dartthat imports:package:goo2d_ffi_box2d/goo2d_ffi_box2d.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.2.0 |
2.2.0 | 2.2.0 | |
goo2d |
^0.1.0 |
0.1.1 | 0.2.0 | |
goo2d_ffi_box2d |
^0.1.0 |
0.1.1 | 0.1.1 | |
meta |
^1.15.0 |
1.19.0 | 1.19.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.2.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
cryptography |
- | 2.9.0 | 2.9.0 | |
gamepads |
- | 0.1.10+5 | 0.1.10+5 | |
gamepads_android |
- | 0.1.8+2 | 0.1.8+2 | |
gamepads_darwin |
- | 0.1.2+4 | 0.1.2+4 | |
gamepads_ios |
- | 0.1.3+3 | 0.1.3+3 | |
gamepads_linux |
- | 0.1.2 | 0.1.2 | |
gamepads_platform_interface |
- | 0.1.3 | 0.1.3 | |
gamepads_web |
- | 0.1.1+1 | 0.1.1+1 | |
gamepads_windows |
- | 0.3.0+1 | 0.3.0+1 | |
good |
- | 0.1.1 | 0.2.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.1.0` on goo2d does not support the stable version `0.2.0`, that was published 0 days ago.
When goo2d is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions goo2d to update the constraint.
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.23.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.