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: 2 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 bindings of [libetebase](https://github.com/etesync/libetebase).
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 client library for etebase using FFI bindings with libetebase.
- **[etebase_flutter](packages/etebase_flutter)**: Flutter platform plugins for the dart bindings of libetebase.