nesyou01 / getter

A flutter plugin through which you can get audios, videos, or images from the local storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getter

Made flutter easier.

Description

A flutter plugin through which you can get audios, videos or images 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"

About

A flutter plugin through which you can get audios, videos, or images from the local storage.

License:GNU General Public License v3.0


Languages

Language:Kotlin 55.1%Language:Dart 40.6%Language:Java 4.2%