Last updated:
0 purchases
file finder
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);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.