Skip to content
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

feat: migrate shared_preferences to hive #343

Merged
merged 2 commits into from
Jan 24, 2024
Merged

feat: migrate shared_preferences to hive #343

merged 2 commits into from
Jan 24, 2024

Conversation

monkeyWie
Copy link
Member

@monkeyWie monkeyWie commented Jan 24, 2024

related: #340

So far shared_preferences plugin worked well, but this issue exposes its shortcomings by not supporting custom storage directory, so I decided to migrate to hive plugin, it was a break change because the storage changed.

By the way, I refractor the code about storage manager.

@monkeyWie monkeyWie added the enhancement New feature or request label Jan 24, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f2cd686) 59.36% compared to head (22adae4) 59.29%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #343      +/-   ##
==========================================
- Coverage   59.36%   59.29%   -0.07%     
==========================================
  Files          19       19              
  Lines        2975     2975              
==========================================
- Hits         1766     1764       -2     
- Misses       1010     1012       +2     
  Partials      199      199              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@monkeyWie monkeyWie merged commit b89c7bc into main Jan 24, 2024
2 checks passed
@monkeyWie monkeyWie deleted the feat/hive_store branch January 24, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants