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
- Host: GitHub
- URL: https://github.com/skycoder42/etebase-dart
- Owner: Skycoder42
- License: bsd-3-clause
- Created: 2022-11-11T05:46:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T11:49:54.000Z (3 months ago)
- Last Synced: 2025-03-27T06:45:01.608Z (3 months ago)
- Language: Dart
- Size: 1.69 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# etebase-dart
[](https://github.com/Skycoder42/etebase-dart/actions/workflows/etebase_ci.yaml)
[](https://pub.dev/packages/etebase)[](https://github.com/Skycoder42/etebase-dart/actions/workflows/etebase_flutter_ci.yaml)
[](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.