codifyiq_image_viewer 1.0.0 copy "codifyiq_image_viewer: ^1.0.0" to clipboard
codifyiq_image_viewer: ^1.0.0 copied to clipboard

A full-screen image viewer with swipe paging, pinch-to-zoom, and custom actions, powered by photo_view.

example/README.md

codifyiq_image_viewer example #

import 'package:codifyiq_image_viewer/codifyiq_image_viewer.dart';
import 'package:flutter/material.dart';

Widget buildGallery() {
  return ImageViewerWidget(
    items: [
      ImageViewerItem.network('https://example.com/a.jpg'),
      ImageViewerItem.asset('assets/b.png'),
    ],
  );
}

ImageViewerItem.file is unsupported on Flutter web; use .network, .asset, or a custom ImageProvider on the web target.

A runnable catalog demonstrating every CodifyIQ component lives in the example/ app at the repository root.

0
likes
150
points
36
downloads

Documentation

API reference

Publisher

verified publishercodifyiq.com

Weekly Downloads

A full-screen image viewer with swipe paging, pinch-to-zoom, and custom actions, powered by photo_view.

Repository (GitHub)
View/report issues

Topics

#codifyiq #ui #widget #image

License

MIT (license)

Dependencies

flutter, photo_view

More

Packages that depend on codifyiq_image_viewer