flutter_taerae 0.1.0
flutter_taerae: ^0.1.0 copied to clipboard
Local-first embedded graph package for Flutter with ChangeNotifier state APIs, durability controls, and GraphRAG-ready extensions.
0.1.0 #
- Promote plugin template into a usable Flutter package for
taerae_core. - Add local
taerae_coredependency and re-export core graph APIs. - Add
TaeraeGraphController(ChangeNotifier) with graph read/write helpers. - Add JSON import/export helpers on the controller.
- Update example app to demonstrate graph mutations and shortest-path display.
- Expand unit tests for platform interface behavior and controller behavior.
- Add
API_REFERENCE.mdwith plugin-available API inventory.