etebase_flutter 2.0.0
etebase_flutter: ^2.0.0 copied to clipboard
Flutter extensions for the dart implementation of etebase.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2025-06-11 #
- This release is a complete rewrite of the library. Instead of creating dart bindings for the C library, this rewrite implements the whole etebase protocol in dart. It is heavily based on the JS client and 100% compatible to it. However, due to the rewrite, it provides a completely different API than older versions.
1.1.1 - 2024-03-14 #
Changed #
- Updated dependencies
- Updated minimum etebase to 1.0.3
- Updated minimum required dart sdk to 3.3.0
- Updated minimum required flutter sdk to 3.19.0
- Updated embedded libetebase to v0.5.6