What information needs to be added?
flutter/flutter#176393 added the ability to add platform specific assets, by configuring this in the pubspec.yaml
However, I don't see any mention of this in the main documentation for assets in https://docs.flutter.dev/ui/assets/assets-and-images
I also looked at https://docs.flutter.dev/ui/assets/asset-transformation although that page is specifically for asset transformers, so does not apply here.
Instead, it exists in https://docs.flutter.dev/tools/pubspec#assets but the breadcrumb is missing
Where should this new content appear?
I would put a section just above https://docs.flutter.dev/ui/assets/assets-and-images#automatic-transformation-of-asset-files-at-build-time
We should also add a note to clarify since which Flutter version this is available. (3.41.0)
I would like to fix this problem.
What information needs to be added?
flutter/flutter#176393 added the ability to add platform specific assets, by configuring this in the pubspec.yaml
However, I don't see any mention of this in the main documentation for assets in https://docs.flutter.dev/ui/assets/assets-and-images
I also looked at https://docs.flutter.dev/ui/assets/asset-transformation although that page is specifically for asset transformers, so does not apply here.
Instead, it exists in https://docs.flutter.dev/tools/pubspec#assets but the breadcrumb is missing
Where should this new content appear?
I would put a section just above https://docs.flutter.dev/ui/assets/assets-and-images#automatic-transformation-of-asset-files-at-build-time
We should also add a note to clarify since which Flutter version this is available. (3.41.0)
I would like to fix this problem.