image_network 2.6.0 copy "image_network: ^2.6.0" to clipboard
image_network: ^2.6.0 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.6.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_network/image_network.dart';
160
likes
140
points
17.4k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, webviewimage

More

Packages that depend on image_network