shared_preferences_foundation
v2.5.6iOS and macOS implementation of the shared_preferences plugin.
Архив пакета: https://pubdev.letsnova.ru/api/archives/shared_preferences_foundation/2.5.6.tar.gz
Установка
dart pub add shared_preferences_foundationREADME
shared_preferences_foundation
The iOS and macOS implementation of shared_preferences.
Usage
This package is endorsed, which means you can simply use shared_preferences
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.6
- Updates to Pigeon 26.
2.5.5
- Updates minimum supported version to iOS 13 and macOS 10.15.
- Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
2.5.4
- Updates Pigeon to fix lint error.
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
2.5.3
- Updates Pigeon for non-nullable collection type support.
2.5.2
- Fixes getting all preferences when suite name is used.
2.5.1
- Fixes
getStringListreturning immutable list. - Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
2.5.0
- Adds new
SharedPreferencesAsyncFoundationAPI.
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.5
- Adds privacy manifest.
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
2.3.4
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
2.3.3
- Updates Pigeon-generated code to avoid conflicts with
shared_preferences_ios.
2.3.2
- Updates to the latest version of
pigeon.
2.3.1
- Fixes variable binding bug on older versions of Xcode.
2.3.0
- Adds
clearWithParametersandgetAllWithParametersmethods. - Updates minimum supported macOS version to 10.14.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
2.2.2
- Updates minimum iOS version to 11.
2.2.1
- Updates pigeon for null value handling fixes.
2.2.0
- Adds
getAllWithPrefixandclearWithPrefixmethods.
2.1.5
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
2.1.4
- Updates links for the merge of flutter/plugins into flutter/packages.
2.1.3
- Uses the new
sharedDarwinSourceflag when available. - Updates minimum Flutter version to 3.0.
2.1.2
- Updates code for stricter lint checks.
2.1.1
- Adds Swift runtime search paths in podspec to avoid crash in Objective-C apps. Convert example app to Objective-C to catch future Swift runtime issues.
2.1.0
- Renames the package previously published as
shared_preferences_macos - Adds iOS support.
