flamemodify 1.1.4 copy "flamemodify: ^1.1.4" to clipboard
flamemodify: ^1.1.4 copied to clipboard

A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.

75/ 160
pub points
67
downloads

We analyzed this package 3 hours ago, and awarded it 75 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.1.4").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

2809 out of 5234 API elements (53.7 %) have documentation comments.

Some symbols that are missing documentation: assets, assets.AssetsCache.AssetsCache.new, assets.AssetsCache.prefix, assets.AssetsCache.readJson, assets.Images.

Passed check 10/10 points: Package has an example

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

Passed check 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:flamemodify/assets.dart that imports:
  • package:flamemodify/src/assets/images.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

Failed check 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.cn/web/wasm for details.

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

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

Found 66 issues. Showing the first 2:

ERROR: The method 'hashValues' isn't defined for the type 'Block'.

lib/src/components/isometric_tile_map_component.dart:32:23

   ╷
32 │   int get hashCode => hashValues(x, y);
   │                       ^^^^^^^^^^
   ╵

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

ERROR: The method 'UnmodifiableFloat64ListView' isn't defined for the type 'NotifyingVector2'.

lib/src/game/notifying_vector2.dart:189:30

    ╷
189 │   Float64List get storage => UnmodifiableFloat64ListView(super.storage);
    │                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
collection ^1.15.0 1.19.1 1.19.1
meta ^1.7.0 1.16.0 1.17.0
ordered_set ^5.0.0 5.0.3 8.0.0
path_provider ^2.0.4 2.1.5 2.1.5
vector_math ^2.1.1 2.2.0 2.2.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
ffi - 2.1.4 2.1.4
material_color_utilities - 0.11.1 0.13.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.20 2.2.20
path_provider_foundation - 2.4.2 2.4.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
xdg_directories - 1.1.0 1.1.0

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

The constraint `^5.0.0` on ordered_set does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions ordered_set to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • UNDEFINED_METHOD - lib/src/components/isometric_tile_map_component.dart:32:23 - The method 'hashValues' isn't defined for the type 'Block'.
  • UNDEFINED_METHOD - lib/src/game/notifying_vector2.dart:189:30 - The method 'UnmodifiableFloat64ListView' isn't defined for the type 'NotifyingVector2'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.24, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
75
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.

Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, meta, ordered_set, path_provider, vector_math

More

Packages that depend on flamemodify