swipe_image_gallery 0.8.8 swipe_image_gallery: ^0.8.8 copied to clipboard
A scrollable, dismissable by swiping, zoomable gallery on which you can add a dynamic overlay.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add swipe_image_gallery
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
swipe_image_gallery: ^0.8.8
Alternatively, 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:swipe_image_gallery/swipe_image_gallery.dart';