https://github.com/airbnb/lottie-android

after-effects airbnb android animation lottie

Last synced: about 1 month ago

Repository metadata:

Render After Effects animations natively on Android and iOS, Web, and React Native


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 1,617
Total Committers: 166
Avg Commits per committer: 9.741
Development Distribution Score (DDS): 0.553

Commits in past year: 83
Committers in past year: 26
Avg Commits per committer in past year: 3.192
Development Distribution Score (DDS) in past year: 0.639

Name Email Commits
Gabriel Peal g****l@a****m 722
Gabriel Peal g****l 495
Gabriel Peal g****l@t****m 93
Gabriel Peal g****l@g****m 28
Gabriel Peal g****l@w****m 18
Goooler w****r@g****m 10
Felipe Lima f****a@g****m 10
Gabriel Peal g****l@u****u 9
Nathanael Silverman n****n@a****m 7
Jossi Wolf 1****f 7
Bo Duan b****2@g****m 5
Niklas Baudy n****y@v****e 5
Paul Woitaschek w****k@p****e 4
Alexandre Zollinger Chohfi c****i@o****m 4
Mike Nakhimovich d****a 4
boduan402 4****2 4
Allen Chen a****4@g****m 3
Brandon McAnsh b****h@g****m 3
Eli Hart k****d@g****m 3
Kevin Robatel k****2@g****m 3
Matsuda, Akihit m****4@g****m 3
HearSilent h****t 3
Mateusz Kwieciński 3****i 3
alex-dorokhov a****v@g****m 3
Sergei Dryganets s****s@g****m 3
Sean F Chan s****8@g****m 3
Ramona Harrison r****n@n****m 3
Pranay Airan p****n@i****t 3
Naail Abdul Rahman k****i@g****m 3
David Zhang 4****n 2
and 136 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

maven: com.airbnb.android:lottie

Lottie is an animation library that renders Adobe After Effects animations natively in realtime.

  • Homepage: https://github.com/airbnb/lottie-android
  • Documentation: https://appdoc.app/artifact/com.airbnb.android/lottie/
  • Licenses: Apache-2.0
  • Latest release: 6.4.0 (published 10 months ago)
  • Last Synced: 2024-11-11T00:36:06.473Z (about 1 month ago)
  • Versions: 94
  • Dependent Packages: 117
  • Dependent Repositories: 6,208
  • Rankings:
    • Dependent repos count: 0.115%
    • Dependent packages count: 0.678%
    • Average: 0.687%
    • Stargazers count: 0.72%
    • Forks count: 1.233%
maven: com.airbnb.android:lottie-compose

Lottie for Jetpack Compose.

  • Homepage: https://github.com/airbnb/lottie-android
  • Documentation: https://appdoc.app/artifact/com.airbnb.android/lottie-compose/
  • Licenses: Apache-2.0
  • Latest release: 6.4.0 (published 10 months ago)
  • Last Synced: 2024-11-11T00:35:57.115Z (about 1 month ago)
  • Versions: 33
  • Dependent Packages: 9
  • Dependent Repositories: 490
  • Rankings:
    • Dependent repos count: 0.617%
    • Stargazers count: 0.72%
    • Forks count: 1.233%
    • Average: 2.477%
    • Dependent packages count: 7.339%

Dependencies

issue-repro/build.gradle maven
  • androidx.appcompat:appcompat $appcompatVersion implementation
issue-repro-compose/build.gradle maven
  • androidx.activity:activity-compose $activityVersion implementation
  • androidx.appcompat:appcompat $appcompatVersion implementation
  • androidx.compose.material:material $composeVersion implementation
  • androidx.compose.material:material-icons-extended $composeVersion implementation
  • androidx.compose.ui:ui $composeVersion implementation
  • androidx.compose.ui:ui-tooling $composeVersion implementation
lottie/build.gradle maven
  • androidx.appcompat:appcompat $appcompatVersion implementation
  • com.squareup.okio:okio 1.17.4 implementation
  • junit:junit $junitVersion testImplementation
  • org.mockito:mockito-core $mockitoVersion testImplementation
  • org.robolectric:robolectric $robolectricVersion testImplementation
lottie-compose/build.gradle maven
  • androidx.compose.foundation:foundation $composeVersion implementation
  • androidx.compose.ui:ui $composeVersion implementation
  • androidx.collection:collection-ktx 1.1.0 testImplementation
  • junit:junit $junitVersion testImplementation
  • org.jetbrains.kotlinx:kotlinx-coroutines-test $coroutinesVersion testImplementation
  • org.robolectric:robolectric $robolectricVersion testImplementation
sample/build.gradle maven
  • androidx.appcompat:appcompat $appcompatVersion implementation
  • androidx.browser:browser 1.3.0 implementation
  • androidx.cardview:cardview 1.0.0 implementation
  • androidx.constraintlayout:constraintlayout 2.1.1 implementation
  • androidx.core:core-ktx $coreVersion implementation
  • androidx.multidex:multidex 2.0.1 implementation
  • androidx.paging:paging-runtime-ktx 3.0.1 implementation
  • androidx.recyclerview:recyclerview 1.2.1 implementation
  • com.airbnb.android:epoxy $epoxyVersion implementation
  • com.airbnb.android:mvrx 1.5.1 implementation
  • com.dlazaro66.qrcodereaderview:qrcodereaderview 2.0.2 implementation
  • com.github.PhilJay:MPAndroidChart 3.1.0 implementation
  • com.github.bumptech.glide:glide 4.12.0 implementation
  • com.google.android.material:material $materialVersion implementation
  • com.google.code.gson:gson 2.8.8 implementation
  • com.squareup.okhttp3:okhttp 4.9.1 implementation
  • com.squareup.retrofit2:adapter-rxjava2 $retrofitVersion implementation
  • com.squareup.retrofit2:converter-gson $retrofitVersion implementation
  • com.squareup.retrofit2:retrofit $retrofitVersion implementation
  • org.jetbrains.kotlinx:kotlinx-coroutines-android $coroutinesVersion implementation
  • junit:junit $junitVersion testImplementation
sample-compose/build.gradle maven
  • androidx.activity:activity-compose $activityVersion implementation
  • androidx.appcompat:appcompat 1.4.0-beta01 implementation
  • androidx.compose.material:material $composeVersion implementation
  • androidx.compose.material:material-icons-extended $composeVersion implementation
  • androidx.compose.ui:ui $composeVersion implementation
  • androidx.compose.ui:ui-tooling $composeVersion implementation
  • androidx.core:core-ktx $coreVersion implementation
  • androidx.lifecycle:lifecycle-viewmodel-ktx $lifecycleVersion implementation
  • androidx.navigation:navigation-compose 2.4.0-alpha10 implementation
  • androidx.navigation:navigation-ui-ktx 2.3.5 implementation
  • androidx.profileinstaller:profileinstaller $startupVersion implementation
  • com.airbnb.android:mavericks 2.3.0 implementation
  • com.airbnb.android:mavericks-compose 2.1.0-alpha02 implementation
  • com.google.accompanist:accompanist-coil 0.15.0 implementation
  • com.google.accompanist:accompanist-pager-indicators 0.18.0 implementation
  • com.google.android.material:material $materialVersion implementation
  • com.google.dagger:dagger $daggerVersion implementation
  • com.squareup.retrofit2:converter-moshi $retrofitVersion implementation
  • com.squareup.retrofit2:retrofit $retrofitVersion implementation
  • org.jetbrains.kotlinx:kotlinx-coroutines-android $coroutinesVersion implementation
snapshot-tests/build.gradle maven
  • androidx.activity:activity-compose $activityVersion implementation
  • androidx.appcompat:appcompat 1.4.0-beta01 implementation
  • androidx.compose.material:material $composeVersion implementation
  • androidx.compose.ui:ui $composeVersion implementation
  • androidx.compose.ui:ui-tooling $composeVersion implementation
  • androidx.core:core-ktx $coreVersion implementation
  • com.squareup.okhttp3:okhttp 4.9.1 implementation
.github/workflows/post_snapshot_comment.yml actions
  • actions/github-script v6 composite
  • haya14busa/action-workflow_run-status v1 composite
  • mshick/add-pr-comment v2 composite
.github/workflows/validate.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v2 composite
  • actions/upload-artifact v2 composite
  • actions/upload-artifact v3 composite
  • emulator-wtf/run-tests v0.9.6 composite
  • gradle/gradle-build-action v2 composite
  • gradle/wrapper-validation-action v1 composite
app-benchmark/build.gradle maven
baselineprofile/build.gradle maven
benchmark/build.gradle maven
build.gradle maven