'Flutter image assets for landscape

Following this doc: https://docs.flutter.dev/development/ui/assets-and-images

I know how to declare resolution aware images in assets using asset variants. The problem I have is that I need to use different images based on orientation. I have a background image that is different on portrait & landscape. I know I can do it in code but was hopping there is an asset variant for this?

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source