facebook_image_viewer_2

Last updated:

0 purchases

facebook_image_viewer_2 Image
facebook_image_viewer_2 Images
Add to Cart

Description:

facebook image viewer 2

A simple widget for small screen with swipe to dismiss, double tap zoom && traditional zoom.

Features #

Show a single image in a small screen mode.
Double tap to zoom in image.
Nice swipe animation (like in Facebook) to dismiss full screen mode.

Getting started #
simply call the package name to start using it.
Usage #
class MyHomePage extends StatelessWidget {
const MyHomePage() : super();

@override
Widget build(BuildContext context) {
return const FacebookImageView(
image:
"https://th.bing.com/th/id/R.0cfe3cb86925753834d56c792931315c?rik=GA0RqPxgQyA0KA&pid=ImgRaw&r=0");
}
}
copied to clipboard
Additional information #
. When using this package it will open a new screen route so it can't be used inside another view.

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.