file_selector_windows
v0.9.3+5Windows implementation of the file_selector plugin.
Package archive: https://pubdev.letsnova.ru/api/archives/file_selector_windows/0.9.3+5.tar.gz
Install
dart pub add file_selector_windowsReadme
file_selector_windows
The Windows implementation of file_selector.
Usage
This package is endorsed, which means you can simply use file_selector
normally. This package will be automatically included in your app when you do,
so you do not need to add it to your pubspec.yaml.
However, if you import this package to use any of its APIs directly, you
should add it to your pubspec.yaml as usual.
Changelog
0.9.3+5
- Updates to Pigeon 26.
- Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
0.9.3+4
- Fixes compile errors under strict standards mode.
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
0.9.3+3
- Updates Pigeon for non-nullable collection type support.
- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
0.9.3+2
- Updates to pigeon 21.
- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
0.9.3+1
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Migrates
styleFromusage in examples off of deprecatedprimaryandonPrimaryparameters.
0.9.3
- Adds
getSaveLocationand deprecatesgetSavePath.
0.9.2
- Adds
getDirectoryPathsimplementation.
0.9.1+8
- Sets a cmake_policy compatibility version to fix build warnings.
- Updates minimum Flutter version to 3.3.
0.9.1+7
- Updates to
pigeonversion 9.
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_synchronouslylint. - 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_testto be adev_dependenciesentry.
0.9.1
- Converts the method channel to Pigeon.
0.9.0
- BREAKING CHANGE: Methods that take
XTypeGroups now throw anArgumentErrorif 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.
