mind_map_flutter 1.1.1
mind_map_flutter: ^1.1.1 copied to clipboard
A powerful, feature-rich mind mapping library for Flutter. Create interactive, customizable mind maps with drag-and-drop, undo/redo, themes, and export to PNG/JSON.
Changelog #
All notable changes to this package will be documented in this file.
1.1.1 #
- Fix centering logic after window resize by dynamically updating viewport constraints.
- Fix unexpected line-wrapping when editing summary text at small overall zoom scales.
- Fix external-link opening behavior on non-web platforms.
1.1.0 #
- Add
MindMapConfig.readOnlymode.- keep only zoom/pan, expand/collapse, and hyperlink opening interactions.
- Disable mutating interactions in read-only mode (editing, drag-drop structure changes, context menu actions, keyboard shortcut mutations).
- Fix bugs.
1.0.1 #
- Update README.
1.0.0 #
- Initial public release.