link_image_reduce 1.0.0 copy "link_image_reduce: ^1.0.0" to clipboard
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';
6
likes
120
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

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 image quality and cache settings.

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, cupertino_icons, flutter, flutter_cache_manager

More

Packages that depend on link_image_reduce