show_network_image 0.0.2 copy "show_network_image: ^0.0.2" to clipboard
show_network_image: ^0.0.2 copied to clipboard

A package to display images without cors on canvaskit.

Have you ever had problems using canvaskit with images without cors? With this package, you can display images without cors.

Features #

  • Working with canvaskit
  • Support formats: jpg, png, gif
  • Support images without cors

Installation #

Add show_network_image as a dependency.

import :

import 'package:show_network_image/show_network_image.dart';

Usage #

Show Image

ShowNetworkImage(
        imageSrc:
        'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3QCRzKMKYOH5-VALcnTfMD_xclnCTXS5z1SBMTGkYkGJYKGnjb-9trbxaPN2pn4kInp9Bcn4Uti1Cs65Kv9bKtNnjLBNEsdz3Hivryd2aLuWzTx9Uy2Jmv_0MbhkKQjNT0fuGcSFXfXzg2S1Icl1aaNe73ReuFaOSbjcJubK2n7mWk3TvyLSVhW9l/s1600/mavi1.png',
        mobileBoxFit: BoxFit.fill,
        mobileHeight: 300,
        mobileWidth: 300,
    ),
3
likes
120
pub points
65%
popularity

Publisher

unverified uploader

A package to display images without cors on canvaskit.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on show_network_image