fullscreen_image_viewer

Last updated:

0 purchases

fullscreen_image_viewer Image
fullscreen_image_viewer Images
Add to Cart

Description:

fullscreen image viewer

Flutter Fullscreen Image Viewer #
A Flutter package that provides a customizable fullscreen image viewer with zoom and drag-to-dismiss features.
Features #

Zoom: Pinch to zoom in and out of images for a closer look.
Drag to Dismiss: Swipe down to dismiss the fullscreen image view.

Getting Started #
To use this package, add fullscreen_image_viewer as a dependency in your pubspec.yaml file.
dependencies:
fullscreen_image_viewer: ^0.0.1
copied to clipboard
Then run:
$ flutter pub get
copied to clipboard
Usage #
Import the package in your Dart file:
import 'package:fullscreen_image_viewer/fullscreen_image_viewer.dart';
copied to clipboard
To open the fullscreen image viewer, simply call the open method and pass the list of image URLs:
FullscreenImageViewer.open(
context: context,
child: Hero(
tag: 'hero',
child: Image.network('url.png'),
),
);
copied to clipboard
Issues and Feedback #
Please report any issues or provide feedback on the GitHub repository.
Acknowledgments #

Inspired by other Flutter image viewer packages.
Special thanks to the Flutter community.

Feel free to contribute to the project and make it even better!

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.