mind_map_flutter 1.1.1 copy "mind_map_flutter: ^1.1.1" to clipboard
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_flutter

This 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.1

Alternatively, 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';
2
likes
150
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
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, url_launcher, uuid, web

More

Packages that depend on mind_map_flutter