album_image 0.0.3+1 copy "album_image: ^0.0.3+1" to clipboard
album_image: ^0.0.3+1 copied to clipboard

Album Image is based in photo_manager package and has the same concept as image_picker, whether it is Android or iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add album_image

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

dependencies:
  album_image: ^0.0.3+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:album_image/album_image.dart';
10
likes
80
pub points
71%
popularity

Publisher

verified publisherphvit.blogspot.com

Album Image is based in photo_manager package and has the same concept as image_picker, whether it is Android or iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, photo_manager

More

Packages that depend on album_image