Skip to content

lotum/flutter_lottie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_lottie

Use Lottie in Flutter.

Supports both iOS and Android using lottie-ios and lottie-android

Current Status

Supports most features that both iOS and Android support.

The only dynamic property changing that is supported for now is color and opacity. Project will be updated later to include support for other properties.

Example in the github repo includes a good intro into using the library.

IMPORTANT NOTE

To use with iOS, you will need to add this key to your info.plist file located in: project/ios/Runner/Info.plist

<key>io.flutter.embedded_views_preview</key>
<true />

About

Use lottie in flutter for both iOS and Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 31.7%
  • Dart 31.7%
  • Swift 30.3%
  • Ruby 5.3%
  • Objective-C 1.0%