flame_lottie library

Classes

AssetLottie
DropShadow
FileLottie
FrameRate
Lottie
A widget to display a loaded LottieComposition. The controller property allows to specify a custom AnimationController that will drive the animation. If controller is null, the animation will play automatically and the behavior could be adjusted with the properties animate, repeat and reverse.
LottieBuilder
A widget that displays a Lottie animation.
LottieCache
LottieComponent
A Flame Component which renders a Lottie animation using the already existing Flutter library lottie.
LottieComposition
LottieDelegates
LottieDrawable
LottieFontStyle
LottieImageAsset
LottieOptions
LottieProvider
LottieRenderer
Marker
MemoryLottie
NetworkLottie
RawLottie
A widget that displays a LottieDrawable directly.
ValueDelegate<T>

Functions

loadLottie(FutureOr<LottieBuilder> file) Future<LottieComposition>
Loads the Lottie animation from the specified Lottie file.