CameronSmith13/flutter_lottie
Flutter에서 iOS 및 Android 양쪽 모두에 lottie 사용
- Stars
- 156
- Forks
- 74
- 최근 푸시(UTC)
- 2020. 4. 6.
- 프로젝트 상태
- 활성
언어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 />