fget_file 1.0.1 copy "fget_file: ^1.0.1" to clipboard
fget_file: ^1.0.1 copied to clipboard

Flutter file selector ,sorted by last accessed time ,supports multiple selection, all file types compatible with Android 10/11 system, examples in the example directory.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fget_file

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

dependencies:
  fget_file: ^1.0.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:fget_file/fget_file.dart';
0
likes
30
pub points
22%
popularity

Publisher

unverified uploader

Flutter file selector ,sorted by last accessed time ,supports multiple selection, all file types compatible with Android 10/11 system, examples in the example directory.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_web_plugins, universal_platform

More

Packages that depend on fget_file