media_picker_widget 1.0.7
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