simple_filepicker_windows 1.0.0+8 copy "simple_filepicker_windows: ^1.0.0+8" to clipboard
simple_filepicker_windows: ^1.0.0+8 copied to clipboard

PlatformWindows

simple filepicker plugin for windows without any dependencies(hopefully)

simple_filepicker_windows #

simple filepicker plugin for windows without any dependencies(hopefully)

Usage #

import 'package:simple_filepicker_windows/simple_filepicker_windows.dart';

void main() {
  final files = SimpleFilePickerWindows.showFilePicker(["*.png","*.pdf","myfile.*","mydocument.txt"],pickMultiple: false);
  print(file);
}

Version History #

  • 1.0.0 - Initial release
  • 1.0.0+7 - null safety
  • 1.0.0+8 - small fixes
2
likes
160
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

simple filepicker plugin for windows without any dependencies(hopefully)

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on simple_filepicker_windows