FLUTTER ECOSYSTEM

CameronSmith13/flutter_lottie

Flutter में iOS और Android दोनों के लिए lottie का उपयोग करें

flutter_lottie प्रोजेक्ट कवर
Stars
156
Forks
74
अंतिम पुश (UTC)
6 अप्रैल 2020
प्रोजेक्ट स्थिति
सक्रिय
Cameron Smith GitHub avatar
GITHUB User

Cameron Smith ↗

भाषाएँDartJavaSwiftRubyObjective-C

उपयोग की गई निर्भरताएँ

निर्भरता सूची 2 आइटम
  • flutter{"sdk":"flutter"}
  • flutter_testडेवलपमेंट{"sdk":"flutter"}

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

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 />