photo 0.4.8 copy "photo: ^0.4.8" to clipboard
photo: ^0.4.8 copied to clipboard

discontinuedreplaced by: wechat_assets_picker

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.4.8

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
40
pub points
67%
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

Apache-2.0 (LICENSE)

Dependencies

flutter, photo_manager

More

Packages that depend on photo