file_finder 0.1.1 copy "file_finder: ^0.1.1" to clipboard
file_finder: ^0.1.1 copied to clipboard

PlatformAndroid

Package to find files in android device

file_finder #

A Flutter plugin for finding files by extension on the filesystem.

Usage #

To use this plugin, add file_finder as a dependency in your pubspec.yaml file.

Example

var fileFinder = FileFinder();
var _files = fileFinder.findAll('mp3', sort: false);
2
likes
130
pub points
20%
popularity

Publisher

unverified uploader

Package to find files in android device

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path

More

Packages that depend on file_finder