file_picker_patch 1.0.0
file_picker_patch: ^1.0.0 copied to clipboard
A patch over the file_picker plugin which is 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_picker_example/src/file_picker_demo.dart';
import 'package:flutter/widgets.dart';
void main() => runApp(new FilePickerDemo());