photo_picker_manager 0.0.3 copy "photo_picker_manager: ^0.0.3" to clipboard
photo_picker_manager: ^0.0.3 copied to clipboard

PlatformAndroid

A package that allows you to use the native photo picker on Android

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add photo_picker_manager

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

dependencies:
  photo_picker_manager: ^0.0.3

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:photo_picker_manager/entity/media.dart';
import 'package:photo_picker_manager/photo_picker.dart';
import 'package:photo_picker_manager/photo_picker_method_channel.dart';
import 'package:photo_picker_manager/photo_picker_platform_interface.dart';
1
likes
135
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A package that allows you to use the native photo picker on Android

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on photo_picker_manager

Packages that implement photo_picker_manager