zoomable_photo_gallery 1.0.2+1
zoomable_photo_gallery: ^1.0.2+1 copied to clipboard
This library is component of zoomable photo gellery
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zoomable_photo_galleryThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zoomable_photo_gallery: ^1.0.2+1Alternatively, 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:zoomable_photo_gallery/zoomable_photo_gallery.dart';