link_image_reduce 1.0.0
link_image_reduce: ^1.0.0 copied to clipboard
A Flutter package to load and display images with reduced quality from URLs using cached_network_image. This package is useful for optimizing network usage and improving performance by controlling ima [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add link_image_reduce
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
link_image_reduce: ^1.0.0
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:link_image_reduce/link_image_reduce.dart';