graph_flutter_knowledge 0.0.1+8
graph_flutter_knowledge: ^0.0.1+8 copied to clipboard
A beautiful, lightweight Force-Directed Knowledge Graph widget for Flutter. Perfect for AI, RAG, and relationship visualization.
0.0.1+8 #
- 🖼️ Bugfix: Switched repository images from GitHub attachments to explicit Raw GitHub URLs to guarantee rendering on pub.dev.
0.0.1+7 #
- 🖼️ Documentation: Updated screenshot links in
README.mdto GitHub assets.
0.0.1+6 #
- 🖼️ Bugfix: Fixed broken image tags in README.md caused by pub.dev's Markdown parser.
0.0.1+5 #
- 🖼️ Documentation: Updated screenshot links in
README.mdto GitHub assets.
0.0.1+4 #
- 📦 Rebranding: Finalized package rename to
graph_flutter_knowledge.
0.0.1+3 #
- 📦 Rebranding: Complete package rename and class refactoring from
flutter_knowledge_graphtograph_flutter_knowledge. - 📜 License: Added MIT License to the repository.
- 🚀 README & CHANGELOG: Updated documentation to reflect the new package structure and naming convention.
0.0.1+2 #
- ✨ Layout Variety: Added
layoutSeedtoGraphConfigurationfor deterministic yet unique graph layouts via query hashing. - 🏗️ Clean Architecture Demo: Completely refactored the example with
MockGraphServiceto showcase proper "Separation of Concerns" (SoC). - 🔍 Scalable Search Simulation: Enhanced example with a dynamic "Search Massive Pool" scenario, perfecting the gRPC/REST integration blueprint.
- 📖 Documentation Polish: Improved README documentation for reactive UI and API integration.
- 🛠️ Stability & Null Safety: Fixed a crash that occurred when search results were empty by improving null-safety across the service and UI layers.
- 🎥 Demo Video: Added
demo_program_test.mp4to showcase the interactive graph features.
0.0.1+1 #
- Updated example and README for initial release.
0.0.1 #
- Initial release of
graph_flutter_knowledge. - Lightweight Force-Directed Graph implementation using
CustomPainter. - Advanced node positioning using Fruchterman-Reingold algorithm.
- Support for customizable physics (repulsion, attraction, cooling).
- Interactivity: Zoom, Pan, and Node Tap events.
- Beautiful default aesthetics with shadow and node customization.