flutter_taerae 0.2.0 copy "flutter_taerae: ^0.2.0" to clipboard
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 TaeraeGraphView for 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 TaeraeGraphController by 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_core dependency 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.md with plugin-available API inventory.
0
likes
150
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

Local-first embedded graph package for Flutter with ChangeNotifier state APIs, durability controls, and GraphRAG-ready extensions.

Repository (GitHub)
View/report issues

Topics

#flutter #graph #offline-first #embedded #graphrag

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, taerae_core, web

More

Packages that depend on flutter_taerae

Packages that implement flutter_taerae