flutter_taerae 0.2.0
flutter_taerae: ^0.2.0 copied to clipboard
Local-first embedded graph package for Flutter with ChangeNotifier state APIs, durability controls, and GraphRAG-ready extensions.
0.2.0 #
- Add
TaeraeGraphViewfor visual graph rendering in Flutter apps. - Add customizable layout hook (
TaeraeGraphLayout) with deterministic default circular layout. - Add node/edge tap callbacks to connect visualization with editor workflows.
- Integrate a live visualizer section into the example CRUD app.
- Add widget tests that verify rendering updates and node/edge tap callbacks.
0.1.1 #
- Optimize
TaeraeGraphControllerby caching sorted node/edge snapshots. - Expand controller behavior coverage, including mutation/no-op notification paths.
- Raise
lib/statement coverage to 100%.
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.