celest VS supagrocery

Compare celest vs supagrocery and see what are their differences.

supagrocery

A grocery Flutter application built with Supabase as backend. (by carlomigueldy)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
celest supagrocery
2 1
210 45
3.3% -
9.1 0.0
11 days ago almost 3 years ago
Dart Dart
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

celest

Posts with mentions or reviews of celest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-01.
  • Show HN: Celest – The Flutter Cloud Platform
    3 projects | news.ycombinator.com | 1 Apr 2024
    > How do you handle versioning? Are there any guidelines/rules one must abide by?

    Versioning is not fully fleshed out yet, but we have an open issue for it here: https://github.com/celest-dev/celest/issues/4

    It's a problem I want to tackle correctly, so that you'd need to put as little thought into it as possible. It should "just work". Vercel's skew protection [1] stands out as a recent example of doing this well.

    > It looks like you using Flutter's Dart<=>JSON serialization; do you recommend using built_value for immutable data structures?

    JSON was chosen as the primary serialization format for the reasons mentioned here [2]. Primarily, familiarity to Flutter developers, availability of JSON-compatible types in the wild, and integration with non-Dart clients.

    The JSON structure is outlined here (working on a full spec): https://celest.dev/docs/functions/http-requests

    built_value types can be used in Celest currently by giving the class `fromJson`/`toJson` methods. I haven't implemented auto-serialization for them, yet, but it should be straightforward. I've used built_value heavily in the past and agree there's no better alternative for some use cases.

    > Do you support protobuf/cap'n'proto?

    In the future, I plan to support more serialization formats, including protobuf and binary protocols. I will check out cap'n'proto, it was not yet on my radar.

    [1] https://vercel.com/docs/deployments/skew-protection

    [2] https://x.com/dillonthedev/status/1749806407510381054

supagrocery

Posts with mentions or reviews of supagrocery. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-29.

What are some alternatives?

When comparing celest and supagrocery you can also consider the following projects:

Grocery-App - Flutter Grocery Shopping App (Mobile App, Web App)

supabase - The open source Firebase alternative.

bloc - A predictable state management library that helps implement the BLoC design pattern

Manch - Trying to develop an open source social media app

dio - A powerful HTTP package for Dart/Flutter, which supports Global settings, Interceptors, FormData, Aborting and canceling a request, Files uploading and downloading, Requests timeout, Custom adapters, etc. [Moved to: https://github.com/cfug/dio]