graph_db 0.0.1
graph_db: ^0.0.1 copied to clipboard
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
Boxclass for graph database operationsNodeabstract class for defining graph nodesEdgeabstract class for defining graph edgesNodeFactoryinterface for node deserializationEdgeFactoryinterface 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