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

PlatformAndroid
outdated

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.

27
likes
110
pub points
39%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on getter