photo 0.5.0-dev.1 copy "photo: ^0.5.0-dev.1" to clipboard
photo: ^0.5.0-dev.1 copied to clipboard

discontinuedreplaced by: wechat_assets_picker
outdated

image picker, multi picker support video/icloud asset, use flutter as ui, if you want to build custom ui, you just use photo_manager.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add photo

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

dependencies:
  photo: ^0.5.0-dev.1

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/photo.dart';
51
likes
0
pub points
69%
popularity

Publisher

verified publisherkikt.top

image picker, multi picker support video/icloud asset, use flutter as ui, if you want to build custom ui, you just use photo_manager.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, photo_manager

More

Packages that depend on photo