flame_3d 0.1.0-dev.1 copy "flame_3d: ^0.1.0-dev.1" to clipboard
flame_3d: ^0.1.0-dev.1 copied to clipboard

Experimental 3D support for the Flame Engine

12
likes
80/ 160
pub points
52%
popularity

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

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

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

Homepage URL doesn't exist.

At the time of the analysis https://github.com/flame-engine/flame/tree/main/packages/flame_3d was unreachable. Make sure that the website is reachable via HEAD requests.

Funding URL doesn't exist.

At the time of the analysis https://patreon.com/bluefireoss was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: flame_3d,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: flame_3d.

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: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

1350 out of 3045 API elements (44.3 %) have documentation comments.

Some symbols that are missing documentation: camera, camera.BoundedPositionBehavior.handleLifecycleEventAdd, camera.BoundedPositionBehavior.handleLifecycleEventMove, camera.BoundedPositionBehavior.handleLifecycleEventRemove, camera.BoundedPositionBehavior.handleResize.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.

lib/src/graphics/graphics_device.dart:6:8

  ╷
6 │ import 'package:flutter_gpu/gpu.dart' as gpu;
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.

lib/src/resources/material/material.dart:7:8

  ╷
7 │ import 'package:flutter_gpu/gpu.dart' as gpu;
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

failed
Support up-to-date dependencies
20 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
flame ^1.16.0 1.18.0 1.18.0
flutter flutter 0.0.0 0.0.0
flutter_gpu any 0.0.1 0.0.1
vector_math ^2.1.4 2.1.4 2.1.4
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.19.0
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
ordered_set - 5.0.3 5.0.3
sky_engine - 0.0.99 0.0.99

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 5 errors:

  • URI_DOES_NOT_EXIST - lib/src/graphics/graphics_device.dart:6:8 - Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.
  • URI_DOES_NOT_EXIST - lib/src/resources/material/material.dart:7:8 - Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.
  • URI_DOES_NOT_EXIST - lib/src/resources/material/standard_material.dart:6:8 - Target of URI doesn't exist: 'package:flutter_gpu/gpu.dart'.

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.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

12
likes
80
pub points
52%
popularity

Publisher

verified publisherflame-engine.org

Experimental 3D support for the Flame Engine

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

opencollective.com
github.com
patreon.com

License

MIT (LICENSE)

Dependencies

flame, flutter, flutter_gpu, vector_math

More

Packages that depend on flame_3d