flame_forge2d_tiled 0.3.0
flame_forge2d_tiled: ^0.3.0 copied to clipboard
A package that combines Tiled Map Editor + Flame Game Engine with Physics
We analyzed this package 4 days ago, and awarded it 80 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
153 out of 179 API elements (85.5 %) have documentation comments.
Some symbols that are missing documentation: flame_forge2d_tiled, flame_forge2d_tiled.TileSetExtensions.tileSize, flame_forge2d_tiled.TiledGame.addGameStateListener, flame_forge2d_tiled.TiledGame.assertHasLayout, flame_forge2d_tiled.TiledGame.canvasSize.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 89 issues. Showing the first 2:
ERROR: The name 'Vector2' is defined in the libraries 'package:vector_math/vector_math.dart (via package:flame/extensions.dart)' and 'package:vector_math/vector_math_64.dart (via package:flame_forge2d/flame_forge2d.dart)'.
lib/src/extensions/tmx_object.dart:12:3
╷
12 │ Vector2 get offset => Vector2(
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/extensions/tmx_object.dart
ERROR: The name 'Vector2' is defined in the libraries 'package:vector_math/vector_math.dart (via package:flame/extensions.dart)' and 'package:vector_math/vector_math_64.dart (via package:flame_forge2d/flame_forge2d.dart)'.
lib/src/extensions/tmx_object.dart:12:25
╷
12 │ Vector2 get offset => Vector2(
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/extensions/tmx_object.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flame |
^1.14.0 |
1.36.0 | 1.36.0 | |
flame_forge2d |
^0.16.0+4 |
0.16.0+5 | 0.19.2+5 | |
tmx_parser |
^0.3.1 |
0.3.1 | 0.3.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
forge2d |
- | 0.12.2 | 0.14.2+1 | |
json_events |
- | 1.2.2 | 1.2.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
ordered_set |
- | 8.0.0 | 8.0.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.16.0+4` on flame_forge2d does not support the stable version `0.17.0`.
Try running dart pub upgrade --major-versions flame_forge2d 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.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.