You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
LOTAnimationView
is nowAnimationView
among other name changes.relate issue
airbnb/lottie-ios#847
The text was updated successfully, but these errors were encountered: