-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[shared_preferences] Fix JSON parsing issue with _decodeValue #8211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[shared_preferences] Fix JSON parsing issue with _decodeValue #8211
Conversation
packages/shared_preferences/shared_preferences_web/lib/shared_preferences_web.dart
Outdated
Show resolved
Hide resolved
packages/shared_preferences/shared_preferences_web/lib/shared_preferences_web.dart
Outdated
Show resolved
Hide resolved
17b9578
to
daf7473
Compare
daf7473
to
be1e837
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with minor fixes, assuming @ditman is happy with it.
...preferences/shared_preferences_web/example/integration_test/shared_preferences_web_test.dart
Outdated
Show resolved
Hide resolved
...preferences/shared_preferences_web/example/integration_test/shared_preferences_web_test.dart
Outdated
Show resolved
Hide resolved
efbb8a4
to
768cdd6
Compare
c544578
to
e291e66
Compare
@ditman can you please watch this PR when you have time? |
@ditman hi! Happy new year!:) Can you see the PR, please? |
e291e66
to
fb2a65b
Compare
@stuartmorgan Hello! |
I'm not sure what you are asking exactly; I've already reviewed it. What help are you looking for from me? |
fb2a65b
to
3a54a90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is fine as is. @stuartmorgan if you'd like to merge it without @ditman taking a look, I'm ok with that as well.
This comment was marked as off-topic.
This comment was marked as off-topic.
This is straightforward enough that our reviews are sufficient. |
flutter/packages@8542af3...cb4fb13 2025-02-18 56475207+Dan-Crane@users.noreply.github.com [shared_preferences] Fix JSON parsing issue with _decodeValue (flutter/packages#8211) 2025-02-18 pawel.jakubowski@leancode.pl [camera_avfoundation] Migrate tests to Swift - part 2 (flutter/packages#8613) 2025-02-18 stuartmorgan@google.com [google_sign_in] Adopt task queues for Android (flutter/packages#8622) 2025-02-17 engine-flutter-autoroll@skia.org Roll Flutter from 892f9c1 to e8f34a9 (71 revisions) (flutter/packages#8614) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…r#8211) [shared_preferences] Fix JSON parsing issue with getAllWithParameters this is a restored PR flutter#5813 Fixes flutter/flutter#156574 https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog-style
…r#8211) [shared_preferences] Fix JSON parsing issue with getAllWithParameters this is a restored PR flutter#5813 Fixes flutter/flutter#156574 https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog-style
[shared_preferences] Fix JSON parsing issue with getAllWithParameters
this is a restored PR #5813
Fixes flutter/flutter#156574
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes].CHANGELOG.md
to add a description of the change, [following repository CHANGELOG style], or this PR is [exempt from CHANGELOG changes].///
).https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog-style
[exempt from CHANGELOG changes]: https://github.com/flutter/flutter/blob/master/docs/ecosystem/contributing/README.md#changelog
[test-exempt]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests