getter 0.0.3 getter: ^0.0.3 copied to clipboard
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.
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.