flutter_animated 0.0.3 copy "flutter_animated: ^0.0.3" to clipboard
flutter_animated: ^0.0.3 copied to clipboard

outdatedDart 1 only

Animated gif/apng support in flutter.

flutter_animated #

Animated images (GIF/APNG/WebP) support in flutter.

The plugin is under construction.

It lacks of basic features, and has got a number of serious issues.

USAGE #

  1. require it in pubspec.yaml:
dependencies:
  flutter:
    sdk: flutter
  flutter_animated: any
  1. use it
// import
import 'flutter_animated/animated_gif.dart';

// fetch a gif
final Uint8List imgBytes = await http.readBytes('https://some.site/some.gif');

// generate a Widget for the gif
final Widget gifWidget = new AnimatedGif.memory(imgBytes);
  1. notes

Currently the only constructor is .memory.

The AnimatedGif is inherits from Image and StatefulWidget.

TODO #

0
likes
30
pub points
30%
popularity

Publisher

unverified uploader

Animated gif/apng support in flutter.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, image

More

Packages that depend on flutter_animated