files_scanner_android 1.0.0 copy "files_scanner_android: ^1.0.0" to clipboard
files_scanner_android: ^1.0.0 copied to clipboard

PlatformAndroid

Using this package we can easily can find any files or directory in a Directory.

example/example.dart

import 'package:files_scanner_android/files_scanner_android.dart';

void main() {
  FileScanner.getFilesByExtension(".", [".mp4"]).then((value) => print(value));
  FileScanner.getAllDirectoryAndFileinDirectory(".")
      .then((value) => print(value));
  FileScanner.getAllFilesOfDirectory(
    ".",
  ).then((value) => print(value));
  FileScanner.getAllDirectoryinDirectory(
    ".",
  ).then((value) => print(value));
}
5
likes
150
points
22
downloads

Publisher

verified publisher24-converter.com

Weekly Downloads

Using this package we can easily can find any files or directory in a Directory.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on files_scanner_android