Skip to content

sinanhaci/custom_image_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomImageViewer

This package allows you to view images of multiple types

return PageView.builder(
  itemCount: imageList.length,
  scrollDirection: Axis.horizontal,
  itemBuilder: (context, index) {
    var image = imageList[index];
    return CustomImageViewer(
      initialIndex: index,
      images: imageList,
      child: Image.network(image),
    );
  },
);

This pack is designed for my personal needs, feel free to customize it for yourself.

image description

About

Easily view photos in full screen.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages