flutter_gen
flutter_gen copied to clipboard
Support Lottie
What does this change?
Support lottie. Related: #47
flutter_gen:
integrations:
lottie: true # here
- the file is distinguished by is in 'lottie' dir. https://github.com/HiroyukTamura/flutter_gen/blob/8175f15960733d5bd99ee694727027baa9756a59/lib/src/settings/asset_type.dart#L53-L54
- updated example app and tests but not docs
What is the value of this and can you measure success?
Pass tests.
It might be better to check if any json file contains the keys mentioned here: https://github.com/airbnb/lottie-web/blob/master/docs/json/animation.json
Although, my lottie files don't contain the chars
field.
@HiroyukiTamura
Thank you for your PR. I released v5.0.0
and v5.0.1
. The version includes the Lottie file support.