multi_editor_plugin_base 0.1.0
multi_editor_plugin_base: ^0.1.0 copied to clipboard
Base abstractions and utilities for MultiEditor plugins - shared foundation with lifecycle management, configuration, and persistence. Follows Clean Architecture and DDD principles.
Changelog #
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
- Base abstractions for editor plugins
BaseEditorPluginclass with lifecycle hooks- Plugin manifest builder
- Configuration schema with JSON Schema support
- Persistence utilities with SharedPreferences
- Clean Architecture and DDD patterns
- Type-safe configuration management