Last updated:
0 purchases
flutter show img package
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);
},
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.