flexible_png_svg_network_image_widget_juni1289 0.0.5 flexible_png_svg_network_image_widget_juni1289: ^0.0.5 copied to clipboard
A flexible Flutter widget that supports the PNG and SVG images from the network, can cache them. Actually 3 in 1, supports PNG SVG as well as image from local assets
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flexible_png_svg_network_image_widget_juni1289
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flexible_png_svg_network_image_widget_juni1289: ^0.0.5
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:flexible_png_svg_network_image_widget_juni1289/empty_container_helper_widget.dart';
import 'package:flexible_png_svg_network_image_widget_juni1289/flexible_png_svg_network_image_juni1289.dart';
import 'package:flexible_png_svg_network_image_widget_juni1289/png_cached_network_image_view.dart';
import 'package:flexible_png_svg_network_image_widget_juni1289/svg_cached_network_image_view.dart';