media_picker_widget 1.0.7 copy "media_picker_widget: ^1.0.7" to clipboard
media_picker_widget: ^1.0.7 copied to clipboard

A widget that picks media files from storage and allows you to place anywhere in the widget tree.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add media_picker_widget
copied to clipboard

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

dependencies:
  media_picker_widget: ^1.0.7
copied to clipboard

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:media_picker_widget/media_picker_widget.dart';
copied to clipboard
61
likes
140
points
510
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

A widget that picks media files from storage and allows you to place anywhere in the widget tree.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_picker, photo_manager, sliding_up_panel

More

Packages that depend on media_picker_widget