You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-18Lines changed: 12 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,6 @@
5
5
6
6
## Celest
7
7
8
-
> [!WARNING]
9
-
> Celest is in the process of being open-sourced. During this process, many of the previously valid links like [celest.dev]() will be
10
-
> unavailable. We expect this process to be completed by the end of April 2025.
11
-
12
8
Celest is the Flutter cloud platform. We enable Flutter and Dart developers to declaratively define their backend infrastructure in Dart.
13
9
14
10
And to stay up-to-date on the future of Celest, including full server-side rendered Flutter apps, join our newsletter at [celest.dev](https://www.celest.dev/#stay-up-to-date).
@@ -64,8 +60,8 @@ This function can be called from a Dart project like so:
|[celest](packages/celest/)| The main package for defining Celest backends. | <ahref="https://pub.dev/packages/celest"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest.yaml)|
96
-
|[celest_ast](packages/celest_ast/)| A structured representation of Celest projects. | <ahref="https://pub.dev/packages/celest_ast"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_ast.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_ast.yaml)|
97
-
|[celest_auth](packages/celest_auth/)| The authentication and authorization runtimes for Celest. | <ahref="https://pub.dev/packages/celest_auth"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_auth.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_auth.yaml)|
98
-
|[celest_cloud](packages/celest_cloud/)| API contracts and Dart clients for the Celest Cloud platform. | <ahref="https://pub.dev/packages/celest_cloud"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_cloud.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_cloud.yaml)|
99
-
|[celest_core](packages/celest_core/)| Core types and utilities shared between Celest packages. | <ahref="https://pub.dev/packages/celest_core"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_core.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_core.yaml)|
|[celest](packages/celest/)| The main package for defining Celest backends. | <ahref="https://pub.dev/packages/celest"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest.yaml)|
92
+
|[celest_ast](packages/celest_ast/)| A structured representation of Celest projects. | <ahref="https://pub.dev/packages/celest_ast"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_ast.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_ast.yaml)|
93
+
|[celest_auth](packages/celest_auth/)| The authentication and authorization runtimes for Celest. | <ahref="https://pub.dev/packages/celest_auth"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_auth.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_auth.yaml)|
94
+
|[celest_cloud](packages/celest_cloud/)| API contracts and Dart clients for the Celest Cloud platform. | <ahref="https://pub.dev/packages/celest_cloud"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_cloud.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_cloud.yaml)|
95
+
|[celest_core](packages/celest_core/)| Core types and utilities shared between Celest packages. | <ahref="https://pub.dev/packages/celest_core"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_core.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_core.yaml)|
96
+
|[celest_db_studio](packages/celest_db_studio/)| A wrapper over Outerbase Studio for Celest databases. | <ahref="https://pub.dev/packages/celest_db_studio"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_db_studio.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_db_studio.yaml)|
97
+
|[celest_test](packages/celest_test/)| Helper package for running integration tests with Celest. | <ahref="https://pub.dev/packages/celest_test"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_test.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_test.yaml)|
|[celest_cloud_auth](packages/celest_cloud_auth/)| A Dart-native authentication and authorization solution built on [Cedar](https://github.com/celest-dev/cedar-dart) and Celest Data. | <ahref="https://pub.dev/packages/celest_cloud_auth"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_cloud_auth.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_cloud_auth.yaml)|
104
+
|[celest_cloud_hub](packages/celest_cloud_hub/)| A hub for managing the provisioning and deployment of Celest projects in the cloud. | <ahref="https://pub.dev/packages/celest_cloud_hub"target="_blank"> <imgsrc="https://img.shields.io/pub/v/celest_cloud_hub.svg"></a> |[](https://github.com/celest-dev/celest/actions/workflows/celest_cloud_hub.yaml)|
106
105
107
106
## License
108
107
109
108
This repo is licensed under the [BSD-2-Clause-Patent](https://spdx.org/licenses/BSD-2-Clause-Patent.html) license. See [LICENSE.md](LICENSE.md) for the full text.
0 commit comments