flutter_spine 0.2.2 copy "flutter_spine: ^0.2.2" to clipboard
flutter_spine: ^0.2.2 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 Dart:

 $ dart pub add flutter_spine

With Flutter:

 $ flutter pub add flutter_spine

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

dependencies:
  flutter_spine: ^0.2.2

Alternatively, your editor might support dart pub get or 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
0
points
331
downloads

Documentation

Documentation

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

License

unknown (license)

Dependencies

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

More

Packages that depend on flutter_spine