path_provider_foundation
v2.5.1iOS and macOS implementation of the path_provider plugin
Архив пакета: https://pubdev.letsnova.ru/api/archives/path_provider_foundation/2.5.1.tar.gz
Установка
dart pub add path_provider_foundationREADME
path_provider_foundation
The iOS and macOS implementation of path_provider.
Usage
This package is endorsed, which means you can simply use path_provider
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.
История изменений
2.5.1
- Reverts to plugin-based implementation while FFI issues are investigated.
2.5.0
- Retracted due to production build issues.
- Replaces Flutter-plugin-based implementation with direct FFI calls to Foundation.
2.4.4
- Updates to Pigeon 26.
2.4.3
- Updates minimum supported version to iOS 13 and macOS 10.15.
- Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
2.4.2
- Updates to Pigeon 25.5.0.
- Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
2.4.1
- Updates to Pigeon v22.
- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
2.4.0
- Adds Swift Package Manager compatibility.
- Updates minimum iOS version to 12.0 and minimum Flutter version to 3.16.6.
2.3.2
- Adds privacy manifest.
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
2.3.1
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
2.3.0
- Adds getApplicationCachePath() for storing app-specific cache files.
2.2.4
- Updates to the latest version of
pigeon. - Updates minimum supported macOS version to 10.14.
2.2.3
- Updates minimum iOS version to 11.
2.2.2
- Updates pigeon for null value handling fixes.
- Updates minimum Flutter version to 3.3.
2.2.1
- Updates to
pigeonversion 9.
2.2.0
- Adds support for
getContainerPathon iOS.
2.1.3
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
2.1.2
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum supported Flutter version to 3.0.
2.1.1
- Fixes a regression in the path retured by
getApplicationSupportDirectoryon iOS.
2.1.0
- Renames the package previously published as
path_provider_macos - Adds iOS support.
