This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[shared_preferences] Removed deprecated AsyncTask API #3481
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
746afc4
- removed deprecated AsyncTask
SirusCodes 343c1ee
removed spaces between import statement
SirusCodes dc1b050
increment in pub version
SirusCodes 510493c
updated changelog and version
SirusCodes 5fd6145
Fix formatting to pass lint checks.
SirusCodes 8096753
Rollback gradle library version from 4.1.0 to 3.4.0
SirusCodes caf1937
Cached thread pool: min 0 max 1
SirusCodes 1067f2f
Merge branch 'master' of https://github.com/flutter/plugins into upda…
SirusCodes 87d995e
- format changes
SirusCodes acb6628
- formatting
SirusCodes 83b47a8
removed trailing white space
SirusCodes 338b7ef
Merge branch 'master' into update-gradle
SirusCodes 1265aa8
Merge branch 'master' of https://github.com/flutter/plugins into upda…
SirusCodes 4e94d7b
version 2.0.0-nullsafety.1 -> 2.0.0
SirusCodes 48da76e
rollback to 2.0.0-nullsafety.2 version system
SirusCodes 225c470
Merge branch 'master' into update-gradle
stuartmorgan-g File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Following up from comments on another PR: what's the reason for re-creating this every time, rather than having one instance for the object that's re-used?
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.
oh yes - that should be moved to the constructor. Sorry for not catching this
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.
@blasten @SirusCodes Could one of you do a follow-up PR to adjust that?
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.
Ok I would do that👍