文件最后提交记录最后更新时间
[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/1530421 年前
[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/143371 年前
[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 年前