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

chore(celest): Migrate to native_storage #97

Merged
merged 11 commits into from
Apr 10, 2024

Conversation

dnys1
Copy link
Member

@dnys1 dnys1 commented Apr 2, 2024

chore(celest): Migrate to native_storage

Removes old, private interfaces in favor of package:native_storage.

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.
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 mentioned this pull request Apr 2, 2024
@dnys1 dnys1 force-pushed the chore/migrate-celest-to-platform-storage branch from 04dd90c to f114911 Compare April 2, 2024 06:36
@dnys1 dnys1 force-pushed the feat/platform-storage branch from 388979a to 503d41b Compare April 2, 2024 06:39
@dnys1 dnys1 force-pushed the chore/migrate-celest-to-platform-storage branch from f114911 to 47b2d79 Compare April 2, 2024 06:39
dnys1 added 2 commits April 1, 2024 23:39
Removes old interfaces in favor of `package:platform_storage`.
@dnys1 dnys1 force-pushed the feat/platform-storage branch from 503d41b to f423e02 Compare April 2, 2024 06:39
@dnys1 dnys1 force-pushed the chore/migrate-celest-to-platform-storage branch from 47b2d79 to 9d22250 Compare April 2, 2024 06:39
@dnys1 dnys1 force-pushed the feat/platform-storage branch from 8be4bb0 to e40b859 Compare April 2, 2024 22:23
Base automatically changed from feat/platform-storage to main April 3, 2024 16:26
dnys1 and others added 7 commits April 4, 2024 18:57
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.
- Explicitly adds `platforms` key
- Updates pubspec URL
- Removes unused dependency
- feat: Isolated memory storage on web
- fix: Scoping rules
- chore: More pub.dev clean up
The iteration logic was causing a crash in the CLI. Also prefers `prefix` over `scope` for deletion inclusion.
@dnys1 dnys1 force-pushed the chore/migrate-celest-to-platform-storage branch from 4b6b285 to b8fdb40 Compare April 9, 2024 23:29
@dnys1 dnys1 force-pushed the chore/migrate-celest-to-platform-storage branch from b8fdb40 to 1a29fc3 Compare April 10, 2024 00:47
@dnys1 dnys1 changed the title chore(celest): Migrate to platform_storage chore(celest): Migrate to native_storage Apr 10, 2024
@dnys1 dnys1 marked this pull request as ready for review April 10, 2024 22:45
@dnys1 dnys1 merged commit 497830d into main Apr 10, 2024
9 checks passed
@dnys1 dnys1 deleted the chore/migrate-celest-to-platform-storage branch April 10, 2024 22:46
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