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

A versatile Flutter image widget that simplifies displaying various image types (PNG, SVG, Lottie animations) from different sources with advanced customization options.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pre_image_view

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

dependencies:
  pre_image_view: ^0.0.3

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:pre_image_view/pre_image_view.dart';
1
likes
150
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A versatile Flutter image widget that simplifies displaying various image types (PNG, SVG, Lottie animations) from different sources with advanced customization options.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_svg, lottie

More

Packages that depend on pre_image_view