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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add file_finder

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  file_finder: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:file_finder/file_finder.dart';
3
likes
140
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

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

Packages that implement file_finder