plux_media_picker 2.0.0 copy "plux_media_picker: ^2.0.0" to clipboard
plux_media_picker: ^2.0.0 copied to clipboard

A Flutter plugin that provides a unified API to pick photos, videos, and files from the device's gallery, camera, and file system.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add plux_media_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  plux_media_picker: ^2.0.0

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:plux_media_picker/plux_media_picker.dart';
0
likes
160
points
20
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides a unified API to pick photos, videos, and files from the device's gallery, camera, and file system.

Repository (GitHub)
View/report issues

Topics

#media #image-picker #file-picker #camera #gallery

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on plux_media_picker

Packages that implement plux_media_picker