Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
br_animations-v2.0.11_ohos
flutter_packages
/
packages
/
shared_preferences
/
shared_preferences_foundation
/
darwin
下载当前目录
G
GitHub
[shared_preferences] Adds Shared preferences as option in shared preferences async android (
#7994
)
563dd2ca
创建于
2024年12月13日
历史提交
文件
最后提交记录
最后更新时间
Tests
[shared_preferences] Fixes get-all when suite name is used (
#7335
) In shared_preferences_foundation, fixes getting all preferences when suite name is used. Bug was reading only the standard user defaults. The fix uses suite name when available. Issues fixed by this PR: -
https://github.com/flutter/flutter/issues/153042
1 年前
shared_preferences_foundation
[shared_preferences] Adds Shared preferences as option in shared preferences async android (
#7994
) Adds the ability to select which Android preferences backend (SharedPreferences or DataStore Preferences) one would like to use. Also adds the ability to pick a file name for the shared preferences backend. fixes
https://github.com/flutter/flutter/issues/153300
fixes
https://github.com/flutter/flutter/issues/14337
1 年前
shared_preferences_foundation.podspec
[shared_preferences_foundation] Adds Swift Package Manager compatibility (
#6640
) Makes
shared_preferences_foundation
available as a Swift Package to Flutter. Also, remains compatible with CocoaPods. Fixes
https://github.com/flutter/flutter/issues/146918.
2 年前