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.
import 'package:flutter/material.dart';
import 'app.dart';
void main() {
runApp(const MindMapExamplesApp());
}