Closed
Description
Hey there!
Would be great to have integration for the lottie files (through https://pub.dev/packages/lottie). Right now in the project I'm working on we're using the syntax:
Lottie.asset(Assets.animations.animationName)
but would be lovely to achieve it just like for the SVG files through the generated code:
Assets.animations.animationName.lottie()
The trickiest part would be probably to distinguish lottie files from non-lottie files, as it uses .json
as the file extension?