path_provider_linux
Linux implementation of the path_provider plugin
2.2.2
7.2M downloads/mo
#83 most downloaded on pub.dev
flutter/packages
What this package is like to depend on
Last release 2 months ago
24 Jun 2026
Ships unpredictably
gaps range from 2 weeks to 2.8 years
Nearly every release is documented
notes for 20 of 20 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
21 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
21 releases · May 2020 to Jun 2026
2021
2022
2023
2024
2025
2026
Releases
latest 21-
2.2.224 Jun 2026Release notes
Open source →- Fixes getApplicationId() behavior on Linux when GLib development packages are not installed.
- Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.
-
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.1122 May 2023Release notes
Open source →- Removes obsolete null checks on non-nullable values.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
-
2.1.1008 Mar 2023Release notes
Open source →- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
-
2.1.922 Feb 2023 -
2.1.810 Feb 2023Release notes
Open source →- Adds compatibility with
xdg_directories1.0. - Updates minimum Flutter version to 3.0.
- Adds compatibility with
-
2.1.728 May 2022 -
2.1.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.1.510 Jan 2022 -
2.1.410 Dec 2021Release notes
Open source →- Fixes
getApplicationSupportPathhandling of applications where the application ID is not set.
- Fixes
-
2.1.310 Dec 2021Release notes
Open source →- Change getApplicationSupportPath from using executable name to application ID (if provided).
- If the executable name based directory exists, continue to use that so existing applications continue with the same behaviour.
- Change getApplicationSupportPath from using executable name to application ID (if provided).
-
2.1.215 Nov 2021 -
2.1.110 Nov 2021 -
2.1.014 Sep 2021Release notes
Open source →- Now
getTemporaryPathreturns the value of theTMPDIRenvironment variable primarily. IfTMPDIRis not set,/tmpis returned.
- Now
-
2.0.227 Jul 2021 -
2.0.020 Feb 2021 -
0.2.0-nullsafety04 Feb 2021 pre-releaseNothing published for this version
-
0.0.121 May 2020Release notes
Open source →- The initial implementation of path_provider for Linux
- Implements getApplicationSupportPath, getApplicationDocumentsPath, getDownloadsPath, and getTemporaryPath
- The initial implementation of path_provider for Linux
-
0.0.1+102 Jun 2020Release notes
Open source →- This updates the readme and pubspec and example to reflect the endorsement of this implementation of
path_provider
- This updates the readme and pubspec and example to reflect the endorsement of this implementation of
-
0.0.1+230 Jun 2020Release notes
Open source →- This release updates the example to depend on the endorsed plugin rather than relative path