Last updated:
0 purchases
flutter lottie
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.
Only supports changing color and opacity through value delegates. More delegates will come later.
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 />
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.