Skip to content

Commit

Permalink
chore: Remove libcoder and native_storage (#131)
Browse files Browse the repository at this point in the history
These packages have been moved to
https://github.com/celest-dev/dart-packages
  • Loading branch information
dnys1 committed May 8, 2024
1 parent 9a85a68 commit 1929a0b
Show file tree
Hide file tree
Showing 233 changed files with 0 additions and 52,754 deletions.
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

0 comments on commit 1929a0b

Please sign in to comment.