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

outdated

This a widget that requires a url and extention of image . This widget will automatically download the image from the url and store locally in a unique name, Also it re uses when the same url is used [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_from_file_or_network

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

dependencies:
  image_from_file_or_network: ^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:image_from_file_or_network/image_from_file_or_network.dart';
2
likes
20
pub points
0%
popularity

Publisher

verified publishertrojancode.com

This a widget that requires a url and extention of image . This widget will automatically download the image from the url and store locally in a unique name, Also it re uses when the same url is used in anywhere in the app. This widget only downloads the image once .

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

convert, crypto, dio, flutter, path, path_provider

More

Packages that depend on image_from_file_or_network