multimedia_gallery 0.0.11+25
multimedia_gallery: ^0.0.11+25 copied to clipboard
A multimedia gallery for Flutter. This gallery support image panning and zooming, video viewing and audio playing with multiple media format.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add multimedia_galleryThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
multimedia_gallery: ^0.0.11+25Alternatively, 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:multimedia_gallery/multimedia_gallery.dart';