multi_editor_ui 0.1.3 copy "multi_editor_ui: ^0.1.3" to clipboard
multi_editor_ui: ^0.1.3 copied to clipboard

UI layer for MultiEditor - Flutter widgets, controllers, and state management for file tree, code editor, and editor scaffold. Includes Monaco editor integration and drag-and-drop support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_editor_ui

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

dependencies:
  multi_editor_ui: ^0.1.3

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:multi_editor_ui/multi_editor_ui.dart';
0
likes
100
points
128
downloads

Publisher

unverified uploader

Weekly Downloads

UI layer for MultiEditor - Flutter widgets, controllers, and state management for file tree, code editor, and editor scaffold. Includes Monaco editor integration and drag-and-drop support.

Homepage
Repository (GitHub)
View/report issues

Topics

#editor #ui #widget #flutter #monaco-editor

Documentation

API reference

License

MIT (license)

Dependencies

animated_tree_view, desktop_drop, flutter, flutter_dropzone, flutter_monaco_crossplatform, flutter_svg, freezed_annotation, json_annotation, multi_editor_core, multi_editor_plugins, web

More

Packages that depend on multi_editor_ui