Expose LottieDelegates to modify animation properties at runtime (#23)

This commit is contained in:
Xavier H
2020-03-02 22:11:38 +01:00
committed by GitHub
parent 4ae257eaab
commit e89c3c4914
93 changed files with 1372 additions and 343 deletions

View File

@ -18,7 +18,7 @@ class MyApp extends StatelessWidget {
'https://raw.githubusercontent.com/xvrh/lottie-flutter/master/example/assets/Mobilo/A.json'),
// Load an animation and its images from a zip file
Lottie.asset('assets/lottiesfiles/angel.zip'),
Lottie.asset('assets/lottiefiles/angel.zip'),
],
),
),