flutter_show_img_package 0.0.2
flutter_show_img_package: ^0.0.2 copied to clipboard
show image
flutter_show_img_package #
show image, in the tank assets、file 、network img.
this is page , route push
demo
ShowImageWidget(
currentIndex: 0,
images: ["https://pub.flutter-io.cn/static/hash-csm3td1e/img/landing-02.webp"],
onLongPressPath: (v){
// 可用于保存图片的操作,不写onLongPressPath则不展示保存按钮
print(v);
},
)