media_picker_manager 0.1.2 copy "media_picker_manager: ^0.1.2" to clipboard
media_picker_manager: ^0.1.2 copied to clipboard

A highly configurable Flutter media picker and manager for local and remote images, videos and files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add media_picker_manager

With Flutter:

 $ flutter pub add media_picker_manager

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

dependencies:
  media_picker_manager: ^0.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:media_picker_manager/media_picker_manager.dart';
1
likes
0
points
261
downloads

Publisher

unverified uploader

Weekly Downloads

A highly configurable Flutter media picker and manager for local and remote images, videos and files.

Repository (GitHub)
View/report issues

Topics

#media-picker #image-picker #video-picker #file-picker #upload

License

unknown (license)

Dependencies

cross_file, file_picker, flutter, image_picker, video_player

More

Packages that depend on media_picker_manager