ok_image 0.1.0 copy "ok_image: ^0.1.0" to clipboard
ok_image: ^0.1.0 copied to clipboard

discontinuedreplaced by: extended_image
outdated

Easy to use this library to build a network image widget, you can build different layouts according to the error/load, also set up the image cache delegate.

OKImage #

Easy to use this library to build a network image widget, you can build different layouts according to the error/load, also set up the image cache delegate.

pub package GitHub GitHub stars

use #

  1. add to your pubspec.yaml
ok_image: ^0.1.0
  1. import
import "package:ok_image/ok_image.dart";
  1. use
import "package:ok_image/ok_image.dart";
createWidget(){
  return OKImage(
      url: "https://ws1.sinaimg.cn/large/844036b9ly1fxfo76hzd4j20zk0nc48i.jpg",
      width: 200,
      height: 200,
      timeout: Duration(seconds: 20),
      fit: fit,
    );
}
  1. params
url: image net url
width: width
height: height
fit: show BoxFit
followRedirects: whether image redirection is allowed.
loadingWidget: display on loading
errorWidget: display when image load error / timeout.
retry: retry to load image count.
timeout: timeout duration.
onErrorTap: when loadErrorWidget show ,onTap it.
cacheDelegate: you can use the param to delegate loadImage

about other library #

This library uses http as a framework for network access.
Using rxdart processing logic

thanks to open source.

5
likes
0
pub points
12%
popularity

Publisher

unverified uploader

Easy to use this library to build a network image widget, you can build different layouts according to the error/load, also set up the image cache delegate.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, flutter, http, path_provider, rxdart

More

Packages that depend on ok_image