copy_asset 1.0.0
copy_asset: ^1.0.0 copied to clipboard
A Flutter package that copies and transforms assets from a config directory with support for image resizing and custom destinations.
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.
1.0.0 - 2024-06-24 #
Added #
- Initial release of copy_asset package
- Asset copying from config directory to destinations specified in pubspec.yaml
- Support for image transformation and resizing with multiple variants
- Custom destination path mapping
- Automatic directory creation for destination paths
- Comprehensive logging of copy operations
- Support for copy and image_resize transformer types
- Flutter example app demonstrating package usage
Features #
AssetCopy.copyAssetsFromConfig()method for easy asset copyingAssetCopy.copyAssets()method with custom paths- Image resizing with suffix variants (@2x, @3x, custom suffixes)
- Configuration through pubspec.yaml flutter.assets section
- Error handling and detailed console output