image_memory 1.0.0 copy "image_memory: ^1.0.0" to clipboard
image_memory: ^1.0.0 copied to clipboard

Flutter library to load image from network, and display it as a memory.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_memory

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

dependencies:
  image_memory: ^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:image_memory/image_memory.dart';
1
likes
40
pub points
3%
popularity

Publisher

verified publisherghazifadil.com

Flutter library to load image from network, and display it as a memory.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dio, flutter, flutter_bloc, flutter_downloader, intl, path_provider, shimmer

More

Packages that depend on image_memory