photo_gallery_viewer 1.0.3
photo_gallery_viewer: ^1.0.3 copied to clipboard
A powerful and customizable Flutter package for displaying photo galleries with support for carousel sliding, zooming, and various indicator styles. Perfect for image viewers, banners, and photo brows [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add photo_gallery_viewerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
photo_gallery_viewer: ^1.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:photo_gallery_viewer/photo_gallery_viewer.dart';