getter

Last updated:

0 purchases

getter Image
getter Images
Add to Cart

Description:

getter

Getter #
Made flutter easier.
Description #
Flutter plugin you can through it get images, videos, or audios from the local storage.


Dependencies #
Before using Getter you need first to add this line to your AndroidManifest.xml
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
copied to clipboard
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);

copied to clipboard
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 #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.