file_selector_windows 0.9.1+6 copy "file_selector_windows: ^0.9.1+6" to clipboard
file_selector_windows: ^0.9.1+6 copied to clipboard

Windows implementation of the file_selector plugin.

0.9.1+6 #

  • Clarifies explanation of endorsement in README.
  • Aligns Dart and Flutter SDK constraints.

0.9.1+5 #

  • Updates links for the merge of flutter/plugins into flutter/packages.
  • Updates example code for use_build_context_synchronously lint.
  • Updates minimum Flutter version to 3.0.

0.9.1+4 #

  • Changes XTypeGroup initialization from final to const.

0.9.1+3 #

  • Updates imports for prefer_relative_imports.
  • Updates minimum Flutter version to 2.10.

0.9.1+2 #

  • Fixes the problem that the initial directory does not work after completing a file selection.

0.9.1+1 #

  • Updates README for endorsement.
  • Updates flutter_test to be a dev_dependencies entry.

0.9.1 #

  • Converts the method channel to Pigeon.

0.9.0 #

  • BREAKING CHANGE: Methods that take XTypeGroups now throw an ArgumentError if any group is not a wildcard (all filter types null or empty), but doesn't include any of the filter types supported by Windows.
  • Ignores deprecation warnings for upcoming styleFrom button API changes.

0.8.2+2 #

  • Updates references to the obsolete master branch.

0.8.2+1 #

  • Removes unnecessary imports.
  • Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.

0.8.2 #

  • Moves source to flutter/plugins, and restructures to allow for unit testing.
  • Switches to an internal method channel implementation.

0.0.2+1 #

  • Update README

0.0.2 #

  • Update SDK constraint to signal compatibility with null safety.

0.0.1 #

  • Initial Windows implementation of file_selector.