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
- Host: GitHub
- URL: https://github.com/skycoder42/etebase-dart
- Owner: Skycoder42
- License: bsd-3-clause
- Created: 2022-11-11T05:46:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T11:49:54.000Z (over 1 year ago)
- Last Synced: 2025-03-27T06:45:01.608Z (over 1 year 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 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.