-
-
Notifications
You must be signed in to change notification settings - Fork 165
Feature Request: Lottie files #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@wasabeef would you be interested in a PR for this?. I am using flutter_gen in a project and I would like to generate lottie assets with it. I think the implementation is almost straight forward, the only thing is the file extension .json is very vague. I was thinking to only support files with the name |
I think it's a good idea. |
This issue has been fixed ~a year ago. As for #47 (comment) the implementation finds all |
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:
but would be lovely to achieve it just like for the SVG files through the generated code:
The trickiest part would be probably to distinguish lottie files from non-lottie files, as it uses
.json
as the file extension?The text was updated successfully, but these errors were encountered: