photo_opener_view 1.1.0
photo_opener_view: ^1.1.0 copied to clipboard
A powerful and customizable Flutter package for viewing images and videos with beautiful UI styles and animations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add photo_opener_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
photo_opener_view: ^1.1.0Alternatively, 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_opener_view/photo_opener_view.dart';