fwfh_cached_network_image 0.6.0-rc.2021030401 copy "fwfh_cached_network_image: ^0.6.0-rc.2021030401" to clipboard
fwfh_cached_network_image: ^0.6.0-rc.2021030401 copied to clipboard

outdated

WidgetFactory extension to render IMG with cached_network_image plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fwfh_cached_network_image

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

dependencies:
  fwfh_cached_network_image: ^0.6.0-rc.2021030401

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:fwfh_cached_network_image/fwfh_cached_network_image.dart';