FLUTTER ECOSYSTEM

CameronSmith13/flutter_lottie

Verwenden Sie Lottie in Flutter für iOS und Android

Projektcover von flutter_lottie
Stars
156
Forks
74
Letzter Push (UTC)
06.04.2020
Projektstatus
Aktiv
Cameron Smith GitHub avatar
GITHUB User

Cameron Smith ↗

SprachenDartJavaSwiftRubyObjective-C

Verwendete Abhängigkeiten

Abhängigkeiten 2 Einträge
  • flutter{"sdk":"flutter"}
  • flutter_testEntwicklung{"sdk":"flutter"}

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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