An open API service indexing awesome lists of open source software.

https://github.com/skycoder42/etebase-dart

Dart/Flutter bindings for libetebase
https://github.com/skycoder42/etebase-dart

Last synced: 10 months ago
JSON representation

Dart/Flutter bindings for libetebase

Awesome Lists containing this project

README

          

# etebase-dart
[![CI/CD for etebase](https://github.com/Skycoder42/etebase-dart/actions/workflows/etebase_ci.yaml/badge.svg)](https://github.com/Skycoder42/etebase-dart/actions/workflows/etebase_ci.yaml)
[![Pub Version](https://img.shields.io/pub/v/etebase)](https://pub.dev/packages/etebase)

[![CI/CD for etebase_flutter](https://github.com/Skycoder42/etebase-dart/actions/workflows/etebase_flutter_ci.yaml/badge.svg)](https://github.com/Skycoder42/etebase-dart/actions/workflows/etebase_flutter_ci.yaml)
[![Pub Version](https://img.shields.io/pub/v/etebase_flutter)](https://pub.dev/packages/etebase_flutter)

This repository is a multi package repository for dart implementation of the [Etebase Protocol](https://docs.etebase.com/protocol-specs/introduction).
It consists of the following packages. Please check the READMEs of the specific packages for more details on them.

If you just landed here and don't know where to start, simply read the [etebase README](packages/etebase), as that is
the primary package of this repository.

- **[etebase](packages/etebase)**: Dart native client library for etebase and etesync.
- **[etebase_flutter](packages/etebase_flutter)**: Flutter extensions for the dart implementation of etebase.