celest icon indicating copy to clipboard operation
celest copied to clipboard

The Flutter cloud platform

Results 31 celest issues
Sort by recently updated
recently updated
newest added

The current local storage implementations persist across login sessions. A session storage implementation would allow persistence across app restarts but not across logins.

feature request
pkg_native_storage

- [ ] Allow cloud functions to reliably access a filesystem - [ ] Provide some persistence mechanism or an alternative strategy - [ ] Create documentation and examples See:...

feature request
cloud

Hi i want to understand what can we do inside the celest cloud. Are there specifications or any doc about that? Im new with the "Cloud Functions" concept, i come...

triaging

I went to https://celest.dev/download and used the windows x64 installer. git bash is a common terminal used for Windows devs. This seems to be an issue from the installer side....

triaging

I want to use my [18n_extension](https://pub.dev/packages/i18n_extension) package to create translations in the Celest backend. That's currently not possible, because the 18n_extension package needs Flutter. I'd have to extract the Dart-only...

triaging

When I have some function that's used in both the frontend and the backend, it may need to know if it's running in the client (`my_app/lib/`) or in the Celest...

triaging

I think it's very important that we're able to access Celest's serialization for other purposes: * It's very useful, why not? * If we have access to it, you make...

documentation

Currently, I'm getting this error message: ``` celest\functions\portfolio.dart:38:30: The return type of a function must be serializable as JSON. Positional fields are not supported in record types 38 │ Future...

triaging

# Feature ideas for a Celest Plugin for IntelliJ and VS Code * Start Celest and monitor if Celest is running or not. * Upload the backend to the Celest...

feature request

In a cloud function, if I check `celest.currentEnvironment` it throws me an error: ```dart An unexpected error occurred: Bad state: Celest has not been initialized. Make sure to call `celest.init()`...

triaging