path_provider_windows
Windows implementation of the path_provider plugin
2.3.0
6.7M downloads/mo
#97 most downloaded on pub.dev
flutter/packages
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 10 months
Most releases are documented
notes for 23 of 27 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
31 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
31 releases · Jun 2020 to Jul 2024Releases
latest 31-
2.3.009 Jul 2024Release notes
Open source →- Replaces
win32dependency with direct FFI usage. - Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
- Replaces
-
2.2.130 Aug 2023Release notes
Open source →- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
-
2.2.003 Aug 2023 -
2.1.706 Jun 2023Release notes
Open source →- Adds compatibility with
win325.x. - Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Adds compatibility with
-
2.1.626 Apr 2023 -
2.1.508 Mar 2023Release notes
Open source →- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
-
2.1.422 Feb 2023Release notes
Open source →- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
-
2.1.304 Sep 2022Release notes
Open source →- Updates minimum Flutter version to 2.10.
- Adds compatibility with
package:win323.x.
-
2.1.209 Aug 2022 -
2.1.103 Aug 2022 -
2.1.028 May 2022Release notes
Open source →- Upgrades
package:ffidependency to 2.0.0. - Added support for unicode encoded VERSIONINFO.
- Minor fixes for new analysis options.
- Upgrades
-
2.0.728 May 2022Nothing published for this version
-
2.0.610 May 2022Release notes
Open source →- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
-
2.0.510 Jan 2022 -
2.0.410 Nov 2021 -
2.0.327 Jul 2021 -
2.0.122 Apr 2021 -
2.0.020 Feb 2021 -
0.1.0-nullsafety.312 Feb 2021 pre-releaseNothing published for this version
-
0.1.0-nullsafety.205 Feb 2021 pre-releaseNothing published for this version
-
0.1.0-nullsafety.131 Jan 2021 pre-releaseNothing published for this version
-
0.1.0-nullsafety21 Jan 2021 pre-releaseNothing published for this version
-
0.0.503 Mar 2021Nothing published for this version
-
0.0.421 Sep 2020Release notes
Open source →- Move the actual implementation behind a conditional import, exporting a stub for platforms that don't support FFI. Fixes web builds in projects with transitive dependencies on path_provider.
-
0.0.4+122 Sep 2020Release notes
Open source →- Add getPath to the stub, so that the analyzer won't complain about fakes that override it.
- export 'folders.dart' rather than importing it, since it's intended to be public.
-
0.0.4+303 Nov 2020 -
0.0.319 Sep 2020 -
0.0.218 Sep 2020Release notes
Open source →- README update for endorsement.
- Changed getApplicationSupportPath location.
- Removed getLibraryPath.
-
0.0.106 Jun 2020Nothing published for this version
-
0.0.1+106 Jun 2020Nothing published for this version
-
0.0.1+217 Jun 2020Release notes
Open source →- The initial implementation of path_provider for Windows
- Implements getTemporaryPath, getApplicationSupportPath, getLibraryPath, getApplicationDocumentsPath and getDownloadsPath.
- The initial implementation of path_provider for Windows