spine_flutter 4.3.5 copy "spine_flutter: ^4.3.5" to clipboard
spine_flutter: ^4.3.5 copied to clipboard

The official Spine Flutter Runtime to load, display and interact with Spine animations.

110/ 160
pub points
8.6k
downloads

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

Failed report section
Follow Dart file conventions
20 / 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

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

1759 out of 5937 API elements (29.6 %) have documentation comments.

Some symbols that are missing documentation: alpha_timeline, alpha_timeline.AlphaTimeline.AlphaTimeline.fromPointer, alpha_timeline.AlphaTimeline.AlphaTimeline.new, alpha_timeline.AlphaTimeline.dispose, alpha_timeline.AlphaTimeline.slotIndex.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:spine_flutter/spine_flutter.dart that imports:
  • package:universal_ffi/ffi.dart that imports:
  • package:wasm_ffi/ffi.dart that declares support for platforms: Web.
Package does not support platform `iOS`.

Because:

  • package:spine_flutter/spine_flutter.dart that imports:
  • package:universal_ffi/ffi.dart that imports:
  • package:wasm_ffi/ffi.dart that declares support for platforms: Web.
Package does not support platform `Windows`.

Because:

  • package:spine_flutter/spine_flutter.dart that imports:
  • package:universal_ffi/ffi.dart that imports:
  • package:wasm_ffi/ffi.dart that declares support for platforms: Web.
Package does not support platform `Linux`.

Because:

  • package:spine_flutter/spine_flutter.dart that imports:
  • package:universal_ffi/ffi.dart that imports:
  • package:wasm_ffi/ffi.dart that declares support for platforms: Web.
Package does not support platform `macOS`.

Because:

  • package:spine_flutter/spine_flutter.dart that imports:
  • package:universal_ffi/ffi.dart that imports:
  • package:wasm_ffi/ffi.dart that declares support for platforms: Web.
Package not compatible with platform Web

Because:

  • package:spine_flutter/spine_flutter.dart that imports:
  • dart:io

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:spine_flutter/spine_flutter.dart that imports:
  • dart:io

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.

Built-in Kotlin-ready: This Android plugin supports built-in Kotlin. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.

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

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

Found 167 issues. Showing the first 2:

WARNING: The class 'NativeType' shouldn't be extended, mixed in, or implemented because it's sealed.

lib/generated/spine_dart_bindings_generated.dart:52664:1

      ╷
52664 │ ┌ /// mbstate_t is an opaque object to keep conversion state, during multibyte
52665 │ │ /// stream conversions.  The content must not be referenced by user programs.
52666 │ │ 
52667 │ │ /// Forward declarations for all non-enum types
52668 │ └ final class spine_alpha_timeline_wrapper extends ffi.Opaque {}
      ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/generated/spine_dart_bindings_generated.dart

WARNING: The class 'NativeType' shouldn't be extended, mixed in, or implemented because it's sealed.

lib/generated/spine_dart_bindings_generated.dart:52670:1

      ╷
52670 │ final class spine_animation_wrapper extends ffi.Opaque {}
      │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/generated/spine_dart_bindings_generated.dart

Failed report section
Support up-to-date dependencies
30 / 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
crypto ^3.0.3 3.0.7 3.0.7
http ^1.1.0 1.6.0 1.6.0
inject_js ^2.0.0 2.1.0 2.1.0
js ^0.6.5 0.6.7 0.7.2 Discontinued
meta ^1.10.0 1.18.0 1.18.3
path ^1.8.2 1.9.1 1.9.1
universal_ffi ^1.1.3 1.5.0 1.5.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
ffi - 2.2.0 2.2.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.4.0
wasm_ffi - 2.3.0 2.3.0
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.6.5` on js does not support the stable version `0.7.0`.

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • js.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.13, Flutter 3.44.3, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
39
likes
110
points
8.6k
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

The official Spine Flutter Runtime to load, display and interact with Spine animations.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, http, inject_js, js, meta, path, universal_ffi

More

Packages that depend on spine_flutter

Packages that implement spine_flutter