copy_asset 1.0.0 copy "copy_asset: ^1.0.0" to clipboard
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 copying
  • AssetCopy.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
0
likes
160
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that copies and transforms assets from a config directory with support for image resizing and custom destinations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image, path, yaml

More

Packages that depend on copy_asset