file_picker_platform_interface 3.4.0 copy "file_picker_platform_interface: ^3.4.0" to clipboard
file_picker_platform_interface: ^3.4.0 copied to clipboard

A common platform interface for the file_picker plugin, defining the shared API surface and data contracts across platforms.

example/example.dart

// An example demonstrating the usage of file_picker_platform_interface.
import 'package:file_picker_platform_interface/file_picker_platform_interface.dart';

void main() {
  final instance = FilePickerPlatform.instance;
  print('Platform interface instance: $instance');
}
4
likes
160
points
366k
downloads

Documentation

API reference

Publisher

verified publishervictorcarreras.dev

Weekly Downloads

A common platform interface for the file_picker plugin, defining the shared API surface and data contracts across platforms.

Repository (GitHub)
View/report issues
Contributing

Topics

#file-picker #platform-interface

License

MIT (license)

Dependencies

cross_file, flutter, path, plugin_platform_interface

More

Packages that depend on file_picker_platform_interface