文件最后提交记录最后更新时间
[shared_preferences] fix cast error and mutable list error with getStringList (#7355) fixes https://github.com/flutter/flutter/issues/153106 fixes https://github.com/flutter/flutter/issues/153112 Will add a follow up pr adding a test to the top level package after this pr lands.1 年前
[shared_preferences] Platform implementations of async api (#6965) part 2 of https://github.com/flutter/packages/pull/52101 年前
Enable NNBD for more plugin integration tests (#3934) Migrate more plugins' integration tests to NNBD now that integration_test is null-safe on stable. - camera - google_maps_flutter - local_auth - shared_preferences - url_launcher4 年前
[various] Commit Windows build migrations (#6175) Commits the changes caused by building all examples for Windows with a recent version of Flutter, to minimize noise in CI logs and local builds. All changes are entirely tool-generated.2 年前
[shared_preferences] Add shared_preferences_windows (#2988) Windows implementation of the shared_preferences plugin, using Dart+FFI.5 年前
[shared_preferences] Add shared_preferences_windows (#2988) Windows implementation of the shared_preferences plugin, using Dart+FFI.5 年前
Add an AUTHORS file to each plugin (#3725) This ensures that the AUTHORS list is distributed with the plugins whose copyright blocks refer to the project authors, for ease of reference. This is currently a copy of the top-level authors list, but over time they are expected to diverge as people contribute to specific plugins. This does not bump plugin versions or CHANGLELOGs, since it has no effect on the plugin itself; it will be picked up over time as we ship new versions of plugins. Part of https://github.com/flutter/flutter/issues/784485 年前
Standardize copyright year (#3737) Standardizes all first-party copyrights on a single year, as is done in flutter/flutter and flutter/engine. All code now uses 2013, which is the earliest year that was in any existing copyright notice. The script checks now enforce the exact format of first-party licenses and copyrights. Fixes flutter/flutter#784485 年前
[tools] Require implementation package README warning (#6459) 3 年前
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).11 个月前
README.md

Platform Implementation Test App

This is a test app for manual testing and automated integration testing of this platform implementation. It is not intended to demonstrate actual use of this package, since the intent is that plugin clients use the app-facing package.

Unless you are making changes to this implementation package, this example is very unlikely to be relevant.