url_image 1.1.0 copy "url_image: ^1.1.0" to clipboard
url_image: ^1.1.0 copied to clipboard

The widget that displays remote image loaded from the network by URL and supports persistent cache.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add url_image

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

dependencies:
  url_image: ^1.1.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:url_image/url_image.dart';
4
likes
150
points
44
downloads

Publisher

verified publisherrightbrain.pro

Weekly Downloads

The widget that displays remote image loaded from the network by URL and supports persistent cache.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, logging

More

Packages that depend on url_image