generators/integrations/integration library
Classes
- AssetType
- https://github.com/dart-lang/mime/blob/master/lib/src/default_extension_map.dart
- ImageAnimation
-
Metadata about the parsed animation file when
parseAnimation
is true. - ImageMetadata
-
Useful metadata about the parsed asset file when
parseMetadata
is true. Currently only contains the width and height, but could contain more in future. - Import
- Integration
- A base class for all integrations. An integration is a class that generates code for a specific asset type.
- UniqueAssetType
- Represents a AssetType with modifiers on it to mutate the name to ensure it is unique in a larger list and a valid dart identifer.
Extensions
Constants
- deprecationMessagePackage → const String
- The deprecation message for the package argument if the asset is a library asset.