🔧 Refactored
Code Organization - Moved _CertificateHashes to proper model structure:
- Created
EngineCertificateHashesModelinlib/src/models/engine_certificate_hashes_model.dart - Added export to
models.dartfollowing alphabetical order - Removed inline
_CertificateHashesclass fromengine_security_http_overrides.dart - Updated imports and references to use new model
- Improved code organization and maintainability following project standards
🚀 Technical Improvements
- Enhanced adherence to project architecture patterns
- Better separation of concerns between network and model layers
- Improved code readability and maintainability
📋 What's Changed
This release focuses on improving the internal code organization without changing the public API. The refactoring ensures better maintainability and follows the established project patterns for model classes.
Full Changelog: v1.2.0...v1.2.1