spine_flutter_patch 4.1.6 copy "spine_flutter_patch: ^4.1.6" to clipboard
spine_flutter_patch: ^4.1.6 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add spine_flutter_patch

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  spine_flutter_patch: ^4.1.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:spine_flutter_patch/ffi_proxy.dart';
import 'package:spine_flutter_patch/ffi_utf8.dart';
import 'package:spine_flutter_patch/init.dart';
import 'package:spine_flutter_patch/init_web.dart';
import 'package:spine_flutter_patch/spine_flutter.dart';
import 'package:spine_flutter_patch/spine_flutter_bindings_generated.dart';
import 'package:spine_flutter_patch/spine_widget.dart';
1
likes
110
points
15
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

ffi, flutter, http, inject_js, js, meta, path, raw_image_provider, web_ffi_fork

More

Packages that depend on spine_flutter_patch

Packages that implement spine_flutter_patch