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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mind_map_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mind_map_flutter: ^1.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mind_map_flutter/mind_map_flutter.dart';