Skip to content
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

ios Use of undeclared type 'LOTAnimationView' #12

Open
yuxizhe opened this issue Aug 8, 2019 · 3 comments
Open

ios Use of undeclared type 'LOTAnimationView' #12

yuxizhe opened this issue Aug 8, 2019 · 3 comments

Comments

@yuxizhe
Copy link

yuxizhe commented Aug 8, 2019

LOTAnimationView is now AnimationView among other name changes.

relate issue
airbnb/lottie-ios#847

@vlada3003
Copy link

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

@josephchenghmlet
Copy link

I've submitted PR #16 to force referenced to 2.5.2 due to time constraint.

@mark922
Copy link

mark922 commented Sep 12, 2019

@CameronStuartSmith Any expected timeline on merging PR #16 and releasing a new version on flutter pub dev?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants