# spine-flutter **Repository Path**: egg90/spine-flutter ## Basic Information - **Project Name**: spine-flutter - **Description**: No description available - **Primary Language**: Dart - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-31 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spine-flutter flutter 可用的spineWidget,对应的spine 版本3.6.xx ~ 3.7.xx 调用方法: pubsec.yaml 中引入: spine_flutter: git: url: git@gitee.com:PiaoMiaoDeYun/spine-flutter.git dart中使用: import 'package:spine_flutter/spine_flutter.dart'; SpineWidget( assets: Assets( skeltonDataFile: 'spineboy.json', atlasDataFile: 'spineboy.atlas', textureDataFile: 'spineboy.png', pathPrefix: 'assets/spineboy/', ), animationSettings: new AnimationSettings(0, 'walk', true), alignment: Alignment.center, fit: BoxFit.contain, //onCompleteCallback: ((trackEntry){ //_animationSettings = new AnimationSettings(0, 'walk', true); //}), )