multi_editor_plugin_base 0.1.1
multi_editor_plugin_base: ^0.1.1 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 #
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
- 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