flutter photo_view预览长图时的显示问题
需求:点开图片详情时直接显示大图,并自动定位到长图顶部。
解决方法:
1、photo_view: ^0.9.2
2、
PhotoViewGallery.builder(
scrollPhysics: const BouncingScrollPhysics(),
builder: (BuildContext context, int index) {
return PhotoViewGalleryPageOptions.customChild(
child: Contai
原创
2020-05-22 16:57:37 ·
2325 阅读 ·
0 评论