mind_map_flutter 1.0.1 copy "mind_map_flutter: ^1.0.1" to clipboard
mind_map_flutter: ^1.0.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 Dart:

 $ dart pub add mind_map_flutter

With Flutter:

 $ flutter pub add mind_map_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mind_map_flutter: ^1.0.1

Alternatively, your editor might support dart pub get or 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';
2
likes
0
points
192
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, uuid, web

More

Packages that depend on mind_map_flutter