image_network 2.5.6 copy "image_network: ^2.5.6" to clipboard
image_network: ^2.5.6 copied to clipboard

PlatformiOSweb

Image Network is a package that allows you to render images on the web using CanvasKit without having problems with CORS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_network

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

dependencies:
  image_network: ^2.5.6

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_network/image_network.dart';
134
likes
120
pub points
96%
popularity

Publisher

unverified uploader

Image Network is a package that allows you to render images on the web using CanvasKit without having problems with CORS

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http, webviewimage

More

Packages that depend on image_network