graph_db 0.0.1 copy "graph_db: ^0.0.1" to clipboard
graph_db: ^0.0.1 copied to clipboard

PlatformAndroid

Flutter graph database plugin

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.

0.0.1 - 2025-11-14 #

Added #

  • Initial alpha release
  • Box class for graph database operations
  • Node abstract class for defining graph nodes
  • Edge abstract class for defining graph edges
  • NodeFactory interface for node deserialization
  • EdgeFactory interface for edge deserialization
  • Support for saving and loading nodes
  • Support for saving and loading edges
  • Android platform support (tested)
  • Basic documentation and examples

Known Issues #

  • Only Android platform has been tested
  • Other platforms (iOS, Linux, macOS, Windows) are planned but not yet verified
  • Web platform is not supported