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 3 days ago, and awarded it 100 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/aeb-dev/flame_forge2d_tiled/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
149 out of 174 API elements (85.6 %) 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
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 not compatible with platform Web
Because:
package:flame_forge2d_tiled/flame_forge2d_tiled.dart
that imports:package:flame_forge2d_tiled/src/tiled_map.dart
that imports:package:flame_forge2d_tiled/src/tiled_game.dart
that imports:package:tmx_parser/tmx_parser.dart
that imports:package:tmx_parser/src/tmx_parser.dart
that imports:dart:io
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
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.30.0 | 1.30.0 | |
flame_forge2d |
^0.16.0+4 |
0.16.0+5 | 0.19.0+3 | |
tmx_parser |
^0.3.1 |
0.3.1 | 0.3.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
forge2d |
- | 0.12.2 | 0.14.0 | |
json_events |
- | 1.2.2 | 1.2.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
ordered_set |
- | 8.0.0 | 8.0.0 | |
petitparser |
- | 6.1.0 | 7.0.0 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
xml |
- | 6.5.0 | 6.6.0 |
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.