Open yuxizhe opened 5 years ago
It seems that this library is referencing old version of lottie. I have downloaded it and changed the podspec file a bit: s.dependency 'lottie-ios', '2.5.3' s.swift_version = '5.0'
You can later reference it from flutter pubspec.yaml with: flutter_lottie: path: ../flutter_lottie # or wherever you have downloaded this lib.
It would be nice to have an updated lib
I've submitted PR #16 to force referenced to 2.5.2
due to time constraint.
@CameronStuartSmith Any expected timeline on merging PR #16 and releasing a new version on flutter pub dev?
LOTAnimationView
is nowAnimationView
among other name changes.relate issue https://github.com/airbnb/lottie-ios/issues/847