multi_editor_ui 0.1.3
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.
Changelog #
0.1.3 - 2025-11-09 #
Fixed #
- Fixed missing Freezed-generated files (.freezed.dart, .g.dart)
- Package now compiles correctly when installed from pub.flutter-io.cn
- All generated files are now included in published package
0.1.2 - 2025-11-09 #
Fixed #
- Fixed missing Freezed-generated files (editor_state.freezed.dart, file_tree_state.freezed.dart)
- Package now compiles correctly when installed from pub.flutter-io.cn
- Users can now use multi_editor_ui without build_runner errors
0.1.1 - 2025-01-08 #
Fixed #
- Updated repository URL to point to correct monorepo path
- Improved package metadata for better pub.flutter-io.cn scoring
Changed #
- Enhanced package documentation All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-01-08 #
Added #
- Initial release
- Monaco Editor integration (VS Code's editor)
- File tree view with unlimited nesting
- Drag-and-drop support for files and folders
- Multiple theme support (Light, Dark, High Contrast)
- Dynamic theme switching
- Editor scaffold with split-panel layout
- File tree list view with custom rendering
- State management with controllers
- SVG icon rendering
- Flutter Web support with desktop drop zones