image_crop_compress_core 0.0.7
image_crop_compress_core: ^0.0.7 copied to clipboard
Core library for image_crop_compress. Contains models, pipeline engine, platform interface, and operation definitions. This is a pure Dart package with no Flutter widget dependencies.
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.0.7 — 2026-07-28 #
Fixed #
- Added missing documentation for public members.
- Fixed linter warnings to improve pub.dev scoring.
0.0.2 #
Fixed #
- Fixed pub.dev scoring issues: updated repository links, shortened package description.
- Added
exampleapplication for pub.dev documentation. - Added missing documentation comments to internal platform operations.
0.0.1 — 2024-01-01 #
Added #
- Initial monorepo scaffold with federated plugin architecture.
- Five packages:
image_crop_compress,image_crop_compress_core,image_crop_compress_ui,image_crop_compress_android,image_crop_compress_ios. - Platform channel boilerplate with
getPlatformVersion()round-trip. - Responsive image editor shell architecture with layout delegate pattern.
- Placeholder files with architecture documentation for all future modules.
- BSD-3-Clause license.