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

outdated

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.2.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';
151
likes
0
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

License

unknown (license)

Dependencies

connectivity_plus, flutter, http, shared_preferences, webviewx

More

Packages that depend on image_network