multi_editor_plugins 0.1.2
multi_editor_plugins: ^0.1.2 copied to clipboard
Plugin system for MultiEditor - extensibility framework with lifecycle management, event dispatching, messaging, and error tracking. Enables creation of custom editor plugins.
Changelog #
0.1.1 - 2025-01-08 #
Fixed #
- Updated repository URL to point to correct monorepo path
- Improved package metadata for better pub.dev 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
- Plugin system with lifecycle management
- Event-driven architecture with pub/sub pattern
- Plugin manager with dependency resolution
- Error tracking and isolation
- Inter-plugin messaging system
- Plugin state management
- Configuration and persistence support
- Hook registry for extensibility
- Language plugin abstractions
- UI notification system for plugins