CameronSmith13/flutter_lottie
FlutterでiOSおよびAndroidの両方でlottieを使用する
- Stars
- 156
- Forks
- 74
- 最終プッシュ(UTC)
- 2020/04/06
- プロジェクト状態
- 公開中
言語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 />