FLUTTER ECOSYSTEM

CameronSmith13/flutter_lottie

在 Flutter 中為 iOS 和 Android 使用 lottie

flutter_lottie 專案封面
Stars
156
Forks
74
最近推送(UTC)
2020年4月6日
專案狀態
未封存
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 />