path_provider_platform_interface 2.1.0 path_provider_platform_interface: ^2.1.0 copied to clipboard
A common platform interface for the path_provider plugin.
2.1.0 #
- Adds getApplicationCachePath() for storing app-specific cache files.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Aligns Dart and Flutter SDK constraints.
2.0.6 #
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
2.0.5 #
- Updates imports for
prefer_relative_imports
. - Updates minimum Flutter version to 2.10.
2.0.4 #
- Minor fixes for new analysis options.
- Removes unnecessary imports.
2.0.3 #
- Removes dependency on
meta
.
2.0.2 #
- Update to use the
verify
method introduced in plugin_platform_interface 2.1.0.
2.0.1 #
- Update platform_plugin_interface version requirement.
2.0.0 #
- Migrate to null safety.
1.0.5 #
- Update Flutter SDK constraint.
1.0.4 #
- Remove unused
test
dependency.
1.0.3 #
- Increase upper range of
package:platform
constraint to allow 3.X versions.
1.0.2 #
- Update lower bound of dart dependency to 2.1.0.
1.0.1 #
- Rename enum to StorageDirectory for backwards compatibility.
1.0.0 #
- Initial release.