file_pickerz 1.0.3 copy "file_pickerz: ^1.0.3" to clipboard
file_pickerz: ^1.0.3 copied to clipboard

A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.

example/lib/main.dart

import 'package:file_pickerz_example/file_picker_demo.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const FilePickerDemo());
}
0
likes
130
pub points
17%
popularity

Publisher

verified publisherfluttershots.blogspot.com

A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extension filtering support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_plugin_android_lifecycle, plugin_platform_interface

More

Packages that depend on file_pickerz