You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/asset_transformation
Eric Windmill 2999d738b8
Dart 3.9 / Flutter 3.35 [first LLM release] (#2714)
3 weeks ago
..
android Add asset transformation sample (#2267) 1 year ago
assets Add asset transformation sample (#2267) 1 year ago
grayscale_transformer Dart 3.9 / Flutter 3.35 [first LLM release] (#2714) 3 weeks ago
ios Add asset transformation sample (#2267) 1 year ago
lib Add asset transformation sample (#2267) 1 year ago
linux Add asset transformation sample (#2267) 1 year ago
macos Add asset transformation sample (#2267) 1 year ago
test Add asset transformation sample (#2267) 1 year ago
web Add asset transformation sample (#2267) 1 year ago
windows Add asset transformation sample (#2267) 1 year ago
.gitignore Add asset transformation sample (#2267) 1 year ago
.metadata Add asset transformation sample (#2267) 1 year ago
README.md Add asset transformation sample (#2267) 1 year ago
pubspec.yaml Dart 3.9 / Flutter 3.35 [first LLM release] (#2714) 3 weeks ago

README.md

asset_transformation

This project demonstrates the asset transformation feature. It includes an example of a custom Dart package that can be used as an asset transformer. It also shows how to transform an asset using a pub package that is compatible with the asset transformation feature.

See the assets section in pubspec.yaml to get started.