svgaplayer_flutter_rhr 2.2.1
svgaplayer_flutter_rhr: ^2.2.1 copied to clipboard
The SVGAPlayer implementation of Flutter using CustomPainter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add svgaplayer_flutter_rhrThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
svgaplayer_flutter_rhr: ^2.2.1Alternatively, 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_flutter_rhr/dynamic_entity.dart';
import 'package:svgaplayer_flutter_rhr/painter.dart';
import 'package:svgaplayer_flutter_rhr/parser.dart';
import 'package:svgaplayer_flutter_rhr/player.dart';
import 'package:svgaplayer_flutter_rhr/proto/svga.pb.dart';
import 'package:svgaplayer_flutter_rhr/proto/svga.pbenum.dart';
import 'package:svgaplayer_flutter_rhr/proto/svga.pbjson.dart';
import 'package:svgaplayer_flutter_rhr/proto/svga.pbserver.dart';
import 'package:svgaplayer_flutter_rhr/simple_player.dart';
import 'package:svgaplayer_flutter_rhr/svgaplayer_flutter.dart';