pre_image_view 0.0.3
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_viewThis 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.3Alternatively, 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';