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

A new Flutter plugin

images_getter #

A new Flutter plugin

Getting Started #

Before Using this plugin, you need to add the following permissions to your AndroidManifest.xml file:

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

Usage #

Use the ImagesGetter class to get all images from the device. Use PermissionsHandler to check if the user has granted the required permissions.

import 'package:images_getter/images_getter.dart';

// Get all images
List<String> images = await ImagesGetter().getImages();

2
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on images_getter