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.

multi_editor_ui #

UI layer for MultiEditor - Flutter widgets, controllers, and state management.

Features #

  • File Tree View: Interactive file tree with drag-and-drop
  • Code Editor: Monaco editor integration for web
  • Editor Scaffold: Complete editor layout and structure
  • File Icon Support: Plugin-based file icon system
  • Theme Support: Light and dark themes

Installation #

```yaml dependencies: multi_editor_ui: ^0.1.0 multi_editor_core: ^0.1.0 multi_editor_plugins: ^0.1.0 ```

Usage #

```dart import 'package:multi_editor_ui/editor_ui.dart';

EditorScaffold( fileTreeController: fileTreeController, editorController: editorController, pluginManager: pluginManager, ) ```

License #

MIT License - see LICENSE file for details.

0
likes
100
points
277
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