codifyiq_image_viewer 1.0.0
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.
codifyiq_image_viewer #
A full-screen image viewer with swipe paging, pinch-to-zoom, and custom actions, built on
photo_view. Images may come from the network, assets,
a local file, or any custom ImageProvider.
Installation #
dependencies:
codifyiq_image_viewer: ^1.0.0
Usage #
import 'package:codifyiq_image_viewer/codifyiq_image_viewer.dart';
ImageViewerWidget(
items: [
ImageViewerItem.network('https://example.com/a.jpg'),
ImageViewerItem.asset('assets/b.png'),
],
);
Web note:
ImageViewerItem.fileis not supported on Flutter web. Use.network,.asset, or a customImageProvideron the web target.
Part of the CodifyIQ component family · pub.dev/publishers/codifyiq.com