webp_animation_flutter 0.1.0-dev.4
webp_animation_flutter: ^0.1.0-dev.4 copied to clipboard
High-performance WebP animation library for Flutter using game dev principles. Features isolate-based decoding and efficient sprite sheet rendering.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add webp_animation_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
webp_animation_flutter: ^0.1.0-dev.4Alternatively, 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:webp_animation_flutter/webp_animation_flutter.dart';