embedded_media_picker 0.0.2 copy "embedded_media_picker: ^0.0.2" to clipboard
embedded_media_picker: ^0.0.2 copied to clipboard

A Flutter plugin for Android's embedded photo picker with cross-platform media picker fallback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add embedded_media_picker

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

dependencies:
  embedded_media_picker: ^0.0.2

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Android's embedded photo picker with cross-platform media picker fallback.

Repository (GitHub)
View/report issues

Topics

#photo-picker #media-picker #android #ios #platform-view

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on embedded_media_picker

Packages that implement embedded_media_picker