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: Native storage package #96

Merged
merged 13 commits into from
Apr 3, 2024
Merged

feat: Native storage package #96

merged 13 commits into from
Apr 3, 2024

Conversation

dnys1
Copy link
Member

@dnys1 dnys1 commented Apr 2, 2024

Introduces a native_storage package for Dart-native access to platform-specific local and secure storage implementations.

The package provides synchronous and asynchronous wrappers over native APIs like UserDefaults and Keychain on all platforms.

Copy link
Member Author

dnys1 commented Apr 2, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @dnys1 and the rest of your teammates on Graphite Graphite

@dnys1 dnys1 force-pushed the feat/platform-storage branch 2 times, most recently from 503d41b to f423e02 Compare April 2, 2024 06:39
Introduces a `platform_storage` package for Dart-native access to platform-specific local and secure storage implementations.

The package provides synchronous and asynchronous wrappers over native APIs like UserDefaults and Keychain on all platforms.
@dnys1 dnys1 force-pushed the feat/platform-storage branch from 8be4bb0 to e40b859 Compare April 2, 2024 22:23
@dnys1 dnys1 changed the title feat: Platform storage package feat: Native storage package Apr 3, 2024
@dnys1 dnys1 marked this pull request as ready for review April 3, 2024 16:25
@dnys1 dnys1 merged commit 7ed671a into main Apr 3, 2024
6 checks passed
@dnys1 dnys1 deleted the feat/platform-storage branch April 3, 2024 16:26
dnys1 added a commit that referenced this pull request Apr 5, 2024
Introduces a `native_storage` package for Dart-native access to
platform-specific local and secure storage implementations.

The package provides synchronous and asynchronous wrappers over native
APIs like UserDefaults and Keychain on all platforms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant