r_flutter
r_flutter copied to clipboard
Support assets localization
Hi!
It would be very nice to be able to localize assets in a similar way Android does, following a directory naming convention (drawable
, drawable-nl
etc).
Flutter already follows a similar strategy for different pixel ratios, so it could be combined with locale in a similar way.
What do you think?
Thanks for your work 🙂
Hey, this sounds like a useful feature. It might be a bit out of scope for this library right now. I will think about a way on how this can be included in any way without adding too much additional configuration.