spine_widget library
Classes
- BoundsProvider
- Base class for bounds providers. A bounds provider calculates the axis aligned bounding box used to scale and fit a skeleton inside the bounds of a SpineWidget.
- RawBounds
- A BoundsProvider that returns fixed bounds.
- SetupPoseBounds
- A BoundsProvider that calculates the bounding box of the skeleton based on the visible attachments in the setup pose.
- SkinAndAnimationBounds
- A BoundsProvider that calculates the bounding box needed for a combination of skins and an animation.
- SpineWidget
- A StatefulWidget to display a Spine skeleton. The skeleton can be loaded from an asset bundle (SpineWidget.fromAsset, local files SpineWidget.fromFile, URLs SpineWidget.fromHttp, or a pre-loaded SkeletonDrawableFlutter (SpineWidget.fromDrawable).
- SpineWidgetController
- Controls how the skeleton of a SpineWidget is animated and rendered.