webp_animation_flutter 0.1.0-dev.4 copy "webp_animation_flutter: ^0.1.0-dev.4" to clipboard
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_flutter

This 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.4

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:webp_animation_flutter/webp_animation_flutter.dart';
2
likes
160
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

High-performance WebP animation library for Flutter using game dev principles. Features isolate-based decoding and efficient sprite sheet rendering.

Repository (GitHub)
View/report issues

Topics

#animation #webp #flutter

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, http, image

More

Packages that depend on webp_animation_flutter