getter 0.0.3 copy "getter: ^0.0.3" to clipboard
getter: ^0.0.3 copied to clipboard

PlatformAndroid

By using this plugin you can get images, videos, or audios from the local storage.

Getter #

Made flutter easier.

Description #

Flutter plugin you can through it get images, videos, or audios from the local storage.

License: GPL v3 Release Status

Dependencies #

Before using Getter you need first to add this line to your AndroidManifest.xml

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

and accept app to use storage.

Using #

To use this plugin all you have to do just implement this code below

List<Media> data = await Getter.get(type: GetterType.audios);

change the type by what you need, you can chose between GetterType.videos,GetterType.audios,GetterType.images, or GetterType.all

Issues #

Please file any issues, bugs, or feature requests in the main getter repo.

Buy me a coffe #

"Buy Me A Coffee"

27
likes
140
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

By using this plugin you can get images, videos, or audios from the local storage.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on getter