assetkamkaro library
A Flutter package for optimizing assets and reducing app size.
This library provides tools for compressing images and detecting unused assets in Flutter projects.
Classes
- AssetAnalysis
- Represents the result of analyzing assets in a project.
- AssetKamKaro
- Main class for asset optimization in Flutter projects.
- AssetKamKaroCli
- Command-line interface for AssetKamKaro.
- AssetMetadata
- Represents metadata for an asset file.
- AssetProcessingResult
- Represents the result of processing a single asset.
- AssetValidator
- Validates and analyzes assets in a Flutter project.
- CompressionResult
- Result of a compression operation.
- OptimizationResult
- Represents the result of optimizing assets in a project.
Enums
- CompressionLevel
- Enum representing different compression levels for image optimization.