system_asset_picker 0.0.2 copy "system_asset_picker: ^0.0.2" to clipboard
system_asset_picker: ^0.0.2 copied to clipboard

PlatformAndroid

A modern Flutter plugin for picking images and videos using Android's native Photo Picker UI without requiring storage permissions. Play Store compliant and privacy-focused.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add system_asset_picker

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

dependencies:
  system_asset_picker: ^0.0.2

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:system_asset_picker/system_asset_picker.dart';
2
likes
140
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A modern Flutter plugin for picking images and videos using Android's native Photo Picker UI without requiring storage permissions. Play Store compliant and privacy-focused.

Repository (GitHub)
View/report issues

Topics

#photo-picker #image-picker #video-picker #media-picker #no-permissions

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_picker, plugin_platform_interface

More

Packages that depend on system_asset_picker

Packages that implement system_asset_picker