photo_manager 2.8.1 copy "photo_manager: ^2.8.1" to clipboard
photo_manager: ^2.8.1 copied to clipboard

A Flutter plugin that provides assets abstraction management APIs on Android, iOS, and macOS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add photo_manager

With Flutter:

 $ flutter pub add photo_manager

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

dependencies:
  photo_manager: ^2.8.1

Alternatively, your editor might support dart pub get or 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_manager/photo_manager.dart';
598
likes
0
pub points
99%
popularity

Publisher

verified publisherfluttercandies.com

A Flutter plugin that provides assets abstraction management APIs on Android, iOS, and macOS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on photo_manager