yuni_photo_view 0.2.8
yuni_photo_view: ^0.2.8 copied to clipboard
Full-screen Flutter viewer shell: paging, zoom, info sheet, dismiss, bars, overlays, desktop toolbar. You render media in pageBuilder; includes Hero helpers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yuni_photo_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
yuni_photo_view: ^0.2.8Alternatively, 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:yuni_photo_view/yuni_photo_view.dart';