The Spine runtime for the StageXL library.
NOTE: as of version 0.10.0-dev, StageXL_Spine
requires a Dart 2 SDK.
Raptor (http://www.stagexl.org/show/spine/raptor/example.html)
Tank (http://www.stagexl.org/show/spine/tank/example.html)
Stretchyman (http://www.stagexl.org/show/spine/stretchyman/example.html)
SpineBoy (http://www.stagexl.org/show/spine/spineboy/example.html)
Goblins (http://www.stagexl.org/show/spine/goblins/example.html)
PowerUp (http://www.stagexl.org/show/spine/powerup/example.html)
Hero (http://www.stagexl.org/show/spine/hero/example.html)
Coin (http://www.stagexl.org/show/spine/coin/example.html)
Combined (http://www.stagexl.org/show/spine/texture-atlas/example.html)
Based on the spine-as3 runtime (2017-07-01) This runtime supports the export format and features of Spine v3.6.
https://github.com/EsotericSoftware/spine-runtimes/tree/3.6/spine-as3
Spine Runtimes Software License v2.5
Copyright (c) 2013-2016, Esoteric Software
All rights reserved.
You are granted a perpetual, non-exclusive, non-sublicensable, and
non-transferable license to use, install, execute, and perform the Spine
Runtimes software and derivative works solely for personal or internal
use. Without the written permission of Esoteric Software (see Section 2 of
the Spine Software License Agreement), you may not (a) modify, translate,
adapt, or develop new applications using the Spine Runtimes or otherwise
create derivative works or improvements of the Spine Runtimes or (b) remove,
delete, alter, or obscure any trademarks or any copyright, trademark, patent,
or other intellectual property or proprietary rights notices on or in the
Software, including any copy thereof. Redistributions in binary or source
form must include this license and terms.
THIS SOFTWARE IS PROVIDED BY ESOTERIC SOFTWARE "AS IS" AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL ESOTERIC SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, BUSINESS INTERRUPTION, OR LOSS OF
USE, DATA, OR PROFITS) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
This file contains highlights of what changes on each version of the StageXL_Spine package. This file is normally updated whenever we push a new version to pub.
Add this to your package's pubspec.yaml file:
dependencies:
stagexl_spine: ^0.10.0
You can install packages from the command line:
with pub:
$ pub get
Alternatively, your editor might support pub get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:stagexl_spine/stagexl_spine.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.10.0 | Aug 11, 2018 |
|
|
0.9.0+2 | Jul 1, 2017 |
|
|
0.9.0+1 | Jun 25, 2017 |
|
|
0.9.0 | Jun 24, 2017 |
|
|
0.8.6 | Dec 17, 2016 |
|
|
0.8.5 | Dec 8, 2016 |
|
|
0.8.4 | Dec 4, 2016 |
|
|
0.8.3 | Dec 3, 2016 |
|
|
0.8.2 | Nov 25, 2016 |
|
|
0.8.1 | Nov 19, 2016 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
49
|
Health:
Code health derived from static analysis.
[more]
|
96
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
82
|
Overall:
Weighted score of the above.
[more]
|
70
|
We analyzed this package on Feb 14, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Detected platforms: web
Primary library:
package:stagexl_spine/stagexl_spine.dart
with components:html
.
Fix lib/src/skeleton.dart
. (-1.49 points)
Analysis of lib/src/skeleton.dart
reported 3 hints:
line 155 col 13: Use contains instead of indexOf
line 213 col 15: Use contains instead of indexOf
line 336 col 24: Use isEmpty instead of length
Fix lib/src/animation/animation_state.dart
. (-1 points)
Analysis of lib/src/animation/animation_state.dart
reported 2 hints:
line 209 col 26: Use isEmpty instead of length
line 263 col 22: Use isEmpty instead of length
Fix lib/src/attachments/vertex_attachment.dart
. (-1 points)
Analysis of lib/src/attachments/vertex_attachment.dart
reported 2 hints:
line 73 col 18: Use isEmpty instead of length
line 93 col 16: Use isEmpty instead of length
Fix additional 55 files with analysis or formatting issues. (-0.50 points)
Additional issues in the following files:
lib/src/animation/deform_timeline.dart
(1 hint)lib/src/animation/animation.dart
(Run dartfmt
to format lib/src/animation/animation.dart
.)lib/src/animation/animation_state_data.dart
(Run dartfmt
to format lib/src/animation/animation_state_data.dart
.)lib/src/animation/attachment_timeline.dart
(Run dartfmt
to format lib/src/animation/attachment_timeline.dart
.)lib/src/animation/color_timeline.dart
(Run dartfmt
to format lib/src/animation/color_timeline.dart
.)lib/src/animation/curve_timeline.dart
(Run dartfmt
to format lib/src/animation/curve_timeline.dart
.)lib/src/animation/draw_order_timeline.dart
(Run dartfmt
to format lib/src/animation/draw_order_timeline.dart
.)lib/src/animation/event_timeline.dart
(Run dartfmt
to format lib/src/animation/event_timeline.dart
.)lib/src/animation/ik_constraint_timeline.dart
(Run dartfmt
to format lib/src/animation/ik_constraint_timeline.dart
.)lib/src/animation/path_constraint_mix_timeline.dart
(Run dartfmt
to format lib/src/animation/path_constraint_mix_timeline.dart
.)lib/src/animation/path_constraint_position_timeline.dart
(Run dartfmt
to format lib/src/animation/path_constraint_position_timeline.dart
.)lib/src/animation/path_constraint_spacing_timeline.dart
(Run dartfmt
to format lib/src/animation/path_constraint_spacing_timeline.dart
.)lib/src/animation/rotate_timeline.dart
(Run dartfmt
to format lib/src/animation/rotate_timeline.dart
.)lib/src/animation/scale_timeline.dart
(Run dartfmt
to format lib/src/animation/scale_timeline.dart
.)lib/src/animation/shear_timeline.dart
(Run dartfmt
to format lib/src/animation/shear_timeline.dart
.)lib/src/animation/timeline.dart
(Run dartfmt
to format lib/src/animation/timeline.dart
.)lib/src/animation/timeline_type.dart
(Run dartfmt
to format lib/src/animation/timeline_type.dart
.)lib/src/animation/track_entry.dart
(Run dartfmt
to format lib/src/animation/track_entry.dart
.)lib/src/animation/track_entry_event.dart
(Run dartfmt
to format lib/src/animation/track_entry_event.dart
.)lib/src/animation/transform_constraint_timeline.dart
(Run dartfmt
to format lib/src/animation/transform_constraint_timeline.dart
.)lib/src/animation/translate_timeline.dart
(Run dartfmt
to format lib/src/animation/translate_timeline.dart
.)lib/src/animation/two_color_timeline.dart
(Run dartfmt
to format lib/src/animation/two_color_timeline.dart
.)lib/src/attachments/attachment.dart
(Run dartfmt
to format lib/src/attachments/attachment.dart
.)lib/src/attachments/attachment_loader.dart
(Run dartfmt
to format lib/src/attachments/attachment_loader.dart
.)lib/src/attachments/bounding_box_attachment.dart
(Run dartfmt
to format lib/src/attachments/bounding_box_attachment.dart
.)lib/src/attachments/clipping_attachment.dart
(Run dartfmt
to format lib/src/attachments/clipping_attachment.dart
.)lib/src/attachments/mesh_attachment.dart
(Run dartfmt
to format lib/src/attachments/mesh_attachment.dart
.)lib/src/attachments/path_attachment.dart
(Run dartfmt
to format lib/src/attachments/path_attachment.dart
.)lib/src/attachments/point_attachment.dart
(Run dartfmt
to format lib/src/attachments/point_attachment.dart
.)lib/src/attachments/region_attachment.dart
(Run dartfmt
to format lib/src/attachments/region_attachment.dart
.)lib/src/attachments/render_attachment.dart
(Run dartfmt
to format lib/src/attachments/render_attachment.dart
.)lib/src/bone.dart
(Run dartfmt
to format lib/src/bone.dart
.)lib/src/bone_data.dart
(Run dartfmt
to format lib/src/bone_data.dart
.)lib/src/event_data.dart
(Run dartfmt
to format lib/src/event_data.dart
.)lib/src/ik_constraint.dart
(Run dartfmt
to format lib/src/ik_constraint.dart
.)lib/src/ik_constraint_data.dart
(Run dartfmt
to format lib/src/ik_constraint_data.dart
.)lib/src/path_constraint.dart
(Run dartfmt
to format lib/src/path_constraint.dart
.)lib/src/path_constraint_data.dart
(Run dartfmt
to format lib/src/path_constraint_data.dart
.)lib/src/position_mode.dart
(Run dartfmt
to format lib/src/position_mode.dart
.)lib/src/rotate_mode.dart
(Run dartfmt
to format lib/src/rotate_mode.dart
.)lib/src/skeleton_bounds.dart
(Run dartfmt
to format lib/src/skeleton_bounds.dart
.)lib/src/skeleton_data.dart
(Run dartfmt
to format lib/src/skeleton_data.dart
.)lib/src/skeleton_loader.dart
(Run dartfmt
to format lib/src/skeleton_loader.dart
.)lib/src/skin.dart
(Run dartfmt
to format lib/src/skin.dart
.)lib/src/slot.dart
(Run dartfmt
to format lib/src/slot.dart
.)lib/src/slot_data.dart
(Run dartfmt
to format lib/src/slot_data.dart
.)lib/src/spacing_mode.dart
(Run dartfmt
to format lib/src/spacing_mode.dart
.)lib/src/spine_color.dart
(Run dartfmt
to format lib/src/spine_color.dart
.)lib/src/spine_event.dart
(Run dartfmt
to format lib/src/spine_event.dart
.)lib/src/stagexl/skeleton_animation.dart
(Run dartfmt
to format lib/src/stagexl/skeleton_animation.dart
.)lib/src/stagexl/skeleton_clipping.dart
(Run dartfmt
to format lib/src/stagexl/skeleton_clipping.dart
.)lib/src/stagexl/skeleton_display_object.dart
(Run dartfmt
to format lib/src/stagexl/skeleton_display_object.dart
.)lib/src/stagexl/texture_atlas_attachment_loader.dart
(Run dartfmt
to format lib/src/stagexl/texture_atlas_attachment_loader.dart
.)lib/src/transform_constraint.dart
(Run dartfmt
to format lib/src/transform_constraint.dart
.)lib/src/transform_constraint_data.dart
(Run dartfmt
to format lib/src/transform_constraint_data.dart
.)The package description is too short. (-18 points)
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.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.0.0 <3.0.0 | ||
stagexl | >=1.4.0 <2.0.0 | 1.4.0+2 | |
Transitive dependencies | |||
charcode | 1.1.2 | ||
collection | 1.14.11 | ||
convert | 2.1.1 | ||
petitparser | 2.1.1 | ||
typed_data | 1.1.6 | ||
xml | 3.3.1 | ||
Dev dependencies | |||
build_runner | ^0.10.1 | ||
build_test | ^0.10.3+1 | ||
build_web_compilers | ^0.4.2+1 |