# flutter_lottie
**Repository Path**: cunyutech_admin/flutter_lottie
## Basic Information
- **Project Name**: flutter_lottie
- **Description**: Use lottie in flutter for both iOS and Android
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-11-27
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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
```