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: Remove libcoder and native_storage #131

Merged
merged 1 commit into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ updates:
directory: "packages/celest_core"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "packages/native/storage"
schedule:
interval: "weekly"
36 changes: 0 additions & 36 deletions .github/workflows/libcoder.yaml

This file was deleted.

174 changes: 0 additions & 174 deletions .github/workflows/native_storage.yaml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ You have now set up your Celest project and integrated it into your Flutter app.
| [celest](packages/celest/) | The main package for defining Celest backends. | <a href="https://pub.dev/packages/celest" target="_blank"> <img src="https://img.shields.io/pub/v/celest.svg"></a> | [![Celest](https://github.com/celest-dev/celest/actions/workflows/celest.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/celest.yaml) |
| [celest_auth](packages/celest_auth/) | The authentication and authorization runtimes for Celest. | <a href="https://pub.dev/packages/celest_auth" target="_blank"> <img src="https://img.shields.io/pub/v/celest_auth.svg"></a> | [![Celest Auth](https://github.com/celest-dev/celest/actions/workflows/celest_auth.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/celest_auth.yaml) |
| [celest_core](packages/celest_core/) | Core types and utilities shared between Celest packages. | <a href="https://pub.dev/packages/celest_core" target="_blank"> <img src="https://img.shields.io/pub/v/celest_core.svg"></a> | [![Celest Core](https://github.com/celest-dev/celest/actions/workflows/celest_core.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/celest_core.yaml) |
| [native_storage](packages/native/storage/) | A Dart-only package for accessing platform-native storage functionality. | <a href="https://pub.dev/packages/native_storage" target="_blank"> <img src="https://img.shields.io/pub/v/native_storage.svg"></a> | [![Native Storage](https://github.com/celest-dev/celest/actions/workflows/native_storage.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/native_storage.yaml) |

## License

Expand Down
2 changes: 0 additions & 2 deletions examples/gemini/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ dependency_overrides:
path: ../../../packages/celest_auth
celest_core:
path: ../../../packages/celest_core
native_storage:
path: ../../../packages/native/storage

dev_dependencies:
lints: ^3.0.0
Expand Down
2 changes: 0 additions & 2 deletions examples/gemini/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ dependency_overrides:
path: ../../packages/celest_auth
celest_core:
path: ../../packages/celest_core
native_storage:
path: ../../packages/native/storage

dev_dependencies:
flutter_lints: ^3.0.0
Expand Down
2 changes: 0 additions & 2 deletions examples/openai/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ dependency_overrides:
path: ../../../packages/celest_auth
celest_core:
path: ../../../packages/celest_core
native_storage:
path: ../../../packages/native/storage

dev_dependencies:
lints: ^3.0.0
Expand Down
2 changes: 0 additions & 2 deletions examples/openai/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ dependency_overrides:
path: ../../packages/celest_auth
celest_core:
path: ../../packages/celest_core
native_storage:
path: ../../packages/native/storage

dev_dependencies:
flutter_lints: ^3.0.0
Expand Down
2 changes: 0 additions & 2 deletions examples/todo/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ dependency_overrides:
path: ../../../packages/celest_auth
celest_core:
path: ../../../packages/celest_core
native_storage:
path: ../../../packages/native/storage

dev_dependencies:
lints: ^3.0.0
Expand Down
2 changes: 0 additions & 2 deletions examples/todo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ dependency_overrides:
path: ../../packages/celest_auth
celest_core:
path: ../../packages/celest_core
native_storage:
path: ../../packages/native/storage

dev_dependencies:
flutter_lints: ^3.0.0
Expand Down
2 changes: 0 additions & 2 deletions packages/celest/example/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ dependency_overrides:
path: ../../../celest_auth
celest_core:
path: ../../../celest_core
native_storage:
path: ../../../native/storage

dev_dependencies:
lints: ^3.0.0
Expand Down
2 changes: 0 additions & 2 deletions packages/celest/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ dependency_overrides:
path: ../../celest_auth
celest_core:
path: ../../celest_core
native_storage:
path: ../../native/storage

dev_dependencies:
flutter_test:
Expand Down
2 changes: 0 additions & 2 deletions packages/celest_auth/example/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ dependency_overrides:
path: ../../
celest_core:
path: ../../../celest_core
native_storage:
path: ../../../native/storage

dev_dependencies:
lints: ^3.0.0
Expand Down
2 changes: 0 additions & 2 deletions packages/celest_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ dependency_overrides:
path: ../
celest_core:
path: ../../celest_core
native_storage:
path: ../../native/storage

dev_dependencies:
flutter_test:
Expand Down
7 changes: 0 additions & 7 deletions packages/libcoder/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/libcoder/CHANGELOG.md

This file was deleted.

46 changes: 0 additions & 46 deletions packages/libcoder/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions packages/libcoder/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/libcoder/analysis_options.yaml

This file was deleted.

Loading