Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CameronStuartSmith/flutter_lottie

Use lottie in flutter for both iOS and Android
https://github.com/CameronStuartSmith/flutter_lottie

Last synced: 3 months ago
JSON representation

Use lottie in flutter for both iOS and Android

Awesome Lists containing this project

README

        

# flutter_lottie

Use Lottie in Flutter.

Supports both iOS and Android using [lottie-ios](https://github.com/airbnb/lottie-ios) and [lottie-android](https://github.com/airbnb/lottie-android)

## Current Status

Supports most features that both iOS and Android support.

The only dynamic [property changing](https://airbnb.io/lottie/android/dynamic.html) 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

```
io.flutter.embedded_views_preview

```