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.
- RenderCache
-
ValueDelegate<
T>
Functions
-
loadLottie(
FutureOr< LottieBuilder> file) → Future<LottieComposition> - Loads the Lottie animation from the specified Lottie file.
Typedefs
-
LottieDecoder
= Future<
LottieComposition?> Function(List<int> bytes) -
A function that knows how to transform a list of bytes to a
LottieComposition
-
LottieImageProviderFactory
= ImageProvider<
Object> ? Function(LottieImageAsset)