Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/CameronStuartSmith/flutter_lottie
- Owner: CameronStuartSmith
- License: apache-2.0
- Created: 2019-02-27T03:15:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T15:05:46.000Z (over 4 years ago)
- Last Synced: 2024-07-14T21:36:25.394Z (4 months ago)
- Language: Dart
- Size: 365 KB
- Stars: 158
- Watchers: 8
- Forks: 75
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flutter - Flutter Lottie
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```