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

Open source dart package for loading network images efficiently, having control of all possibilities while image is loading and after loading

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add optimized_image_loader

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

dependencies:
  optimized_image_loader: ^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:optimized_image_loader/optimized_image_loader.dart';
0
likes
130
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Open source dart package for loading network images efficiently, having control of all possibilities while image is loading and after loading

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, loading_indicator

More

Packages that depend on optimized_image_loader