-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.1.1-wip | ||
|
||
- Update README | ||
|
||
## 0.1.0 | ||
|
||
- Initial version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## Celest | ||
## celest | ||
|
||
The Flutter cloud platform. | ||
> **Note**: Celest is currently in private beta, but you can still [download](https://celest.dev/download) the CLI and experience all of Celest in your local environment. To stay up-to-date on the future of Celest, including getting access to managed deployments, join our waitlist at [celest.dev](https://celest.dev). | ||
Celest is the Flutter cloud platform, enabling Flutter and Dart developers to define their backend infrastructure purely in Dart. | ||
|
||
This package contains our "Cloud Widget" primitives which you compose to define your backend. Most of the time, they do not need to be directly instantiated and can be inferred by the Celest CLI. For example, Celest Functions are just top-level Dart functions! | ||
|
||
To learn more about how to use this package and integrate it with the Celest CLI, visit our [documentation](https://celest.dev/docs). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.1.1-wip | ||
|
||
- Update README | ||
|
||
## 0.1.0 | ||
|
||
- Initial version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# celest_core | ||
|
||
Celest types and utilities shared between the client and the cloud. | ||
> This package is not intended to be used directly. Instead, use the [celest](https://pub.dev/packages/celest) package, which exports this package. | ||
Celest types and utilities shared between the client and the cloud. |