flutter_spine 0.2.6 copy "flutter_spine: ^0.2.6" to clipboard
flutter_spine: ^0.2.6 copied to clipboard

Shared infrastructure for Flutter apps — MVVM base classes, effect bus, scaffold suite, network layer, and error model.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_spine

Use it

The package has the following executables:

$ flutter_spine

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_spine

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

dependencies:
  flutter_spine: ^0.2.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:flutter_spine/flutter_spine.dart';
1
likes
140
points
331
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Shared infrastructure for Flutter apps — MVVM base classes, effect bus, scaffold suite, network layer, and error model.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

analyzer, args, custom_lint_builder, dio, flutter, flutter_riverpod, go_router, hive, http_parser, logger, meta, path, riverpod_annotation, web_socket_channel

More

Packages that depend on flutter_spine