svgaplayer_plus 2.3.1 copy "svgaplayer_plus: ^2.3.1" to clipboard
svgaplayer_plus: ^2.3.1 copied to clipboard

The SVGAPlayer implementation of Flutter using CustomPainter, with support for audio playback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add svgaplayer_plus

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

dependencies:
  svgaplayer_plus: ^2.3.1

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:svgaplayer_plus/audio_layer.dart';
import 'package:svgaplayer_plus/dynamic_entity.dart';
import 'package:svgaplayer_plus/painter.dart';
import 'package:svgaplayer_plus/parser.dart';
import 'package:svgaplayer_plus/player.dart';
import 'package:svgaplayer_plus/proto/svga.pb.dart';
import 'package:svgaplayer_plus/proto/svga.pbenum.dart';
import 'package:svgaplayer_plus/proto/svga.pbjson.dart';
import 'package:svgaplayer_plus/proto/svga.pbserver.dart';
import 'package:svgaplayer_plus/simple_player.dart';
import 'package:svgaplayer_plus/svgaplayer_flutter.dart';
3
likes
120
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

The SVGAPlayer implementation of Flutter using CustomPainter, with support for audio playback.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

archive, audioplayers, flutter, http, path_drawing, path_provider, protobuf

More

Packages that depend on svgaplayer_plus